We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cea336 commit aabd18fCopy full SHA for aabd18f
‎.github/workflows/main.yml‎
@@ -0,0 +1,11 @@
1
+name: Run Tests
2
+on: push
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v4
8
+ - name: Install modules
9
+ run: yarn
10
+ - name: Run tests
11
+ run: yarn test
0 commit comments