Skip to content

Commit

Permalink
Add CI docker layer caching and CI step names
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo-shpytsya-prism committed Aug 7, 2020
1 parent 6e45a33 commit 54cc5e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: pre-commit/[email protected]
- name: Run pre-commit checks
uses: pre-commit/[email protected]
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
Expand All @@ -28,7 +29,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: >
- name: Pull Docker layer cache
uses: satackey/[email protected]
- name: Run tests
run: >
sudo
K8S_EMUL_IMAGE=kyryloshpytsyaprismai/k8s-emul:sha-${GITHUB_SHA::7}
./run-tests

0 comments on commit 54cc5e4

Please sign in to comment.