From 9c1e4243ed37e7df53e8012b90953099612a64b7 Mon Sep 17 00:00:00 2001 From: TheAfroOfDoom Date: Tue, 19 Dec 2023 21:45:03 -0500 Subject: [PATCH] add github action to run tests - there aren't actually any tests yet --- .github/workflows/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 000000000..46008d7a7 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,12 @@ +name: Run tests + +on: [push, workflow_dispatch] + +jobs: + test: + runs-on: ubuntu-latest + steps: + # - uses: actions/checkout@v4 + - uses: CarbonSmasher/packtest_runner@bceb940441d7757762ee0e483a0e9ebb1b0f3b6e + with: + packs: 'omega-flowey'