File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Checkout
2121 uses : actions/checkout@v4
22-
23- - name : Use Node.js 20
24- uses : actions/setup-node@v4
25- with :
26- node-version : 20
27- cache : ' npm'
28- cache-dependency-path : WorkLog-mobile/package-lock.json
29-
30- - name : Install deps
31- run : npm ci
32-
33- # If you set secrets on the *Environment* named "ci-integration",
34- # GitHub exposes them as ${{ secrets.* }} inside the job.
35- - name : Inject CI secrets into env
36- run : |
37- echo "EXPO_PUBLIC_SUPABASE_URL=${{ secrets.CI_SUPABASE_URL }}" >> $GITHUB_ENV
38- echo "EXPO_PUBLIC_SUPABASE_ANON_KEY=${{ secrets.CI_SUPABASE_ANON_KEY }}" >> $GITHUB_ENV
39- echo "SUPABASE_SERVICE_ROLE_KEY=${{ secrets.CI_SUPABASE_SERVICE_ROLE_KEY }}" >> $GITHUB_ENV
40-
4122 - name : Run tests with coverage
4223 run : npm run test:cov
You can’t perform that action at this time.
0 commit comments