Skip to content

Commit

Permalink
Changed job spec
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Sep 25, 2023
1 parent 092889d commit 1c8765e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration-tests-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
QA_AWS_ACCOUNT_NUMBER: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}

setup_job_name:
name: Setup job name
setup:
runs-on: ubuntu-latest
outputs:
job_name: ${{ steps.set_job_name.outputs.job_name }}
Expand All @@ -120,9 +119,9 @@ jobs:
fi
run_tests:
name: ${{ needs.setup_job_name.outputs.job_name }}
name: ${{ needs.setup.outputs.job_name }}
runs-on: ubuntu20.04-16cores-64GB
needs: [setup_job_name, build_custom_chainlink_image, build_test_image]
needs: [setup, build_custom_chainlink_image, build_test_image]
environment: integration
# these values need to match those used to build the chainlink image
strategy:
Expand Down

0 comments on commit 1c8765e

Please sign in to comment.