Skip to content

Commit

Permalink
test(lib-injection): fix the version of tests used
Browse files Browse the repository at this point in the history
We've been changing the tests quite a bit lately which has led to CI
breakage. It makes sense, since we backport so much, to fix the version
so that CI remains stable.

This particular change, changed the scripts used to run the tests.
  • Loading branch information
Kyle-Verhoog committed Feb 7, 2023
1 parent 247a90d commit 6a77a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib-injection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
steps:
- name: lib-injection test runner
id: lib-injection-test-runner
uses: DataDog/system-tests/lib-injection/runner@main
uses: DataDog/system-tests/lib-injection/runner@b3ca75b6ce109a349f7390a9f111e6b3ef3c97ef
with:
docker-registry: ghcr.io
docker-registry-username: ${{ github.repository_owner }}
docker-registry-password: ${{ secrets.GITHUB_TOKEN }}
test-script: ./lib-injection/run-lib-injection.sh
test-script: ./lib-injection/run-manual-lib-injection.sh

0 comments on commit 6a77a15

Please sign in to comment.