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 2b4bf06 commit 092889d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
QA_AWS_ACCOUNT_NUMBER: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}

setup_job_name:
name: Setup job name
runs-on: ubuntu-latest
outputs:
job_name: ${{ steps.set_job_name.outputs.job_name }}
Expand All @@ -121,7 +122,7 @@ jobs:
run_tests:
name: ${{ needs.setup_job_name.outputs.job_name }}
runs-on: ubuntu20.04-16cores-64GB
needs: [ setup_job_name, build_custom_chainlink_image, build_test_image ]
needs: [setup_job_name, 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 092889d

Please sign in to comment.