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 e84e0a0 commit 966e2e4Copy full SHA for 966e2e4
.github/workflows/main.yml
@@ -9,3 +9,5 @@ jobs:
9
uses: actions/checkout@v4
10
- name: Build application
11
run: ci/build-app.sh
12
+ - name: Test
13
+ run: ci/unit-test-app.sh
0 commit comments