Skip to content

Commit

Permalink
Try cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Dec 15, 2023
1 parent eae9b3b commit 6f5429e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/k6-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

# Enable cache for system files: https://github.com/actions/toolkit/issues/946
- name: root suid tar
run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar

- name: Cache k6
id: cache-k6
Expand Down Expand Up @@ -41,7 +45,7 @@ jobs:
id: cache-chrome
uses: actions/cache@v3
with:
path: usr/bin/google-chrome
path: /usr/bin/google-chrome
key: ${{ runner.os }}-chrome

- name: Set up chrome
Expand Down

0 comments on commit 6f5429e

Please sign in to comment.