Skip to content

fix

fix #3

Workflow file for this run

name: workflow
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cd tests
chmod +x prepare
./prepare
- name: cache
uses: actions/cache@v3
with:
path: reaper
key: cache
- run: |
cd tests
chmod +x copy-configs
./copy-configs
chmod +x test
./test