Skip to content

Commit c5d7287

Browse files
committed
ci: add GitHub Actions workflow to run tests on push events
1 parent 1ecc056 commit c5d7287

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-on-push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Run Tests
2+
3+
on: push
4+
5+
jobs:
6+
test:
7+
uses: codecrafters-io/interpreter-tester/.github/workflows/test.yml@fixture-gen-action

0 commit comments

Comments
 (0)