Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed May 28, 2024
1 parent 344beec commit 1b91ad6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd tests; ./prepare
- run: |
cd tests
chmod +x prepare
./prepare
- name: cache
uses: actions/cache@v3
with:
path: reaper
key: cache
- run:|
- run: |
cd tests
chmod +x copy-configs
./copy-configs
chmod +x test
./test

0 comments on commit 1b91ad6

Please sign in to comment.