Skip to content

Commit

Permalink
add github action to run tests
Browse files Browse the repository at this point in the history
- there aren't actually any tests yet
  • Loading branch information
TheAfroOfDoom committed Dec 20, 2023
1 parent 2b3e981 commit 9c1e424
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 9c1e424

Please sign in to comment.