mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
huh
This commit is contained in:
parent
4dbbc767a4
commit
0604e1c618
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -29,5 +29,9 @@ jobs:
|
|||
${{ runner.os }}-apt-
|
||||
- name: Bootstrap
|
||||
run: make bootstrap
|
||||
- name: Prepare apt cache
|
||||
run: |
|
||||
sudo rm -f .cache/apt/archives/lock
|
||||
sudo chown -R "$USER":"$USER" .cache/apt
|
||||
- name: Run tests
|
||||
run: make
|
||||
|
|
|
|||
Loading…
Reference in a new issue