Skip to content

Commit

Permalink
ci: Update integration test with new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpnock committed Feb 3, 2023
1 parent f3d33f8 commit 326c0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
Test:
runs-on: ubuntu-latest
container:
image: ghcr.io/jpnock/langproc-env/langproc-env:v1.0.0
image: ghcr.io/langproc/langproc-2022-cw/environment:v1.0.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Perm issue fix
if: success() || failure()
run: git config --global --add safe.directory /__w/langproc-env/langproc-env
run: git config --global --add safe.directory /__w/langproc-2022-cw/environment

- name: Upload test results
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit 326c0a2

Please sign in to comment.