Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Oct 24, 2024
1 parent f1795b5 commit 62a672b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'DataDog/system-tests'
ref: ${{ env.ST_REF }}
ref: conti/set-aws-env-on-docker-runner
persist-credentials: false
- name: Pull released image
run: |
Expand Down Expand Up @@ -300,11 +300,7 @@ jobs:
docker image list
- name: Run scenario
run: |
if [ ${{ matrix.scenario }} != "CROSSED_TRACING_LIBRARIES" ]; then
./run.sh ++docker ${{ matrix.scenario }} ${{matrix.scenario == env.FORCE_TESTS_SCENARIO && env.FORCE_TESTS || ''}}
else
./run.sh ${{ matrix.scenario }} ${{matrix.scenario == env.FORCE_TESTS_SCENARIO && env.FORCE_TESTS || ''}}
fi
./run.sh ++docker ${{ matrix.scenario }} ${{matrix.scenario == env.FORCE_TESTS_SCENARIO && env.FORCE_TESTS || ''}}
env:
DD_API_KEY: ${{ secrets.DD_APPSEC_SYSTEM_TESTS_API_KEY }}
SYSTEM_TESTS_AWS_ACCESS_KEY_ID: ${{ secrets.SYSTEM_TESTS_IDM_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 62a672b

Please sign in to comment.