We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f130f commit 5a82084Copy full SHA for 5a82084
.github/workflows/build.yml
@@ -3,7 +3,7 @@ on: [push]
3
env:
4
GITHUB_CLIENT_MIXPANEL_API_KEY: ${{ secrets.MIXPANEL_KEY }}
5
jobs:
6
- build:
+ build-check-unit-tests:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout the code
0 commit comments