Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odelaere committed Jan 19, 2022
1 parent c5e39a4 commit b7d849e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache-name: cache-eggs
with:
path: ~/buildout-cache/eggs
key: ${{ runner.os }}-build-${{ env.cache-name }}
key: ${{ runner.os }}-test-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-test-${{ env.cache-name }}
- name: buildout
run: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
path: ~/buildout-cache/eggs
key: ${{ runner.os }}-coverage-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-coverage-${{ env.cache-name }}
- name: buildout
run: |
buildout -c ci.cfg
Expand All @@ -75,4 +75,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls --service=github
coveralls --service=github

0 comments on commit b7d849e

Please sign in to comment.