Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Use literal branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 18, 2023
1 parent c7478c1 commit 569b308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
pip install hatch
- name: Pull images
run: |
docker pull mrcide/privateer-server:${GITHUB_REF_NAME}
docker pull mrcide/privateer-client:${GITHUB_REF_NAME}
docker pull mrcide/privateer-server:prototype
docker pull mrcide/privateer-client:prototype
- name: Test
run: |
hatch run cov-ci
Expand Down

0 comments on commit 569b308

Please sign in to comment.