Skip to content

Commit

Permalink
Use published image in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo-shpytsya-prism committed Aug 7, 2020
1 parent 8fb51f0 commit 6e45a33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: sudo ./run-tests
- run: >
sudo
K8S_EMUL_IMAGE=kyryloshpytsyaprismai/k8s-emul:sha-${GITHUB_SHA::7}
./run-tests

0 comments on commit 6e45a33

Please sign in to comment.