Skip to content

Commit

Permalink
Removed bugged -F appender in systm-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Jun 7, 2024
1 parent f404820 commit fae9b17
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
REGISTRY: ghcr.io
REPO: ghcr.io/datadog/dd-trace-rb
ST_REF: main
FORCE_TESTS: ("tests/test_telemetry.py::Test_TelemetrySCAEnvVar")
FORCE_TESTS: -F tests/test_telemetry.py::Test_TelemetrySCAEnvVar

jobs:
build-harness:
Expand Down Expand Up @@ -268,13 +268,7 @@ jobs:
docker image list
- name: Run scenario
run: |
FORCE_EXECUTE=""
declare -a tests=(${{ env.FORCE_TESTS }})
for test in "${tests[@]}"
do
FORCE_EXECUTE="${FORCE_EXECUTE} -F ${test}"
done
./run.sh ++docker ${{ matrix.scenario }} $FORCE_EXECUTE
./run.sh ++docker ${{ matrix.scenario }} ${{ env.FORCE_TESTS }}
env:
DD_API_KEY: ${{ secrets.DD_APPSEC_SYSTEM_TESTS_API_KEY }}
- name: Archive logs
Expand Down

0 comments on commit fae9b17

Please sign in to comment.