diff --git a/.github/workflows/ce-dev-PR-test.yml b/.github/workflows/ce-dev-PR-test.yml index a0429b3..e05583c 100644 --- a/.github/workflows/ce-dev-PR-test.yml +++ b/.github/workflows/ce-dev-PR-test.yml @@ -4,7 +4,7 @@ name: Test image builds on PR on: pull_request jobs: - build-drupal9: + test-drupal9: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -34,7 +34,7 @@ jobs: /bin/sh docker-images/export.sh --version latest --image-name ce-dev-controller --dockerfile-path controller /bin/sh templates/prebuild.sh --projects "blank drupal9" - build-drupal10: + test-drupal10: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ce-dev-build-dev.yml b/.github/workflows/ce-dev-build-dev.yml index 7db7823..5d23c3b 100644 --- a/.github/workflows/ce-dev-build-dev.yml +++ b/.github/workflows/ce-dev-build-dev.yml @@ -7,7 +7,7 @@ on: - devel jobs: - build: + build-dev: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ce-dev-lint.yml b/.github/workflows/ce-dev-lint.yml index a445816..becf080 100644 --- a/.github/workflows/ce-dev-lint.yml +++ b/.github/workflows/ce-dev-lint.yml @@ -6,7 +6,7 @@ on: pull_request jobs: # See https://github.com/marketplace/actions/run-eslint # ESLint now built in to GitHub Actions - build: + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ce-dev-publish-docs.yml b/.github/workflows/ce-dev-publish-docs.yml index 265c944..e6c5a0b 100644 --- a/.github/workflows/ce-dev-publish-docs.yml +++ b/.github/workflows/ce-dev-publish-docs.yml @@ -9,7 +9,7 @@ on: jobs: # Set the job key. The key is displayed as the job name # when a job name is not provided - run-tests: + build-docs: # Name the Job name: Publish documentation # Set the type of machine to run on diff --git a/.github/workflows/ce-dev-test.yml b/.github/workflows/ce-dev-test.yml index 81aa1e1..b55b7b7 100644 --- a/.github/workflows/ce-dev-test.yml +++ b/.github/workflows/ce-dev-test.yml @@ -6,7 +6,7 @@ on: - cron: '30 3 * * *' jobs: - build-drupal9: + test-drupal9: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -38,7 +38,7 @@ jobs: /bin/sh docker-images/export.sh --version latest --image-name ce-dev-controller --dockerfile-path controller /bin/sh templates/prebuild.sh --projects "blank drupal9" - build-drupal10: + test-drupal10: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2