Skip to content

Commit 0f9eb4e

Browse files
committed
updating ci-workflow
1 parent 801dc04 commit 0f9eb4e

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,5 @@ jobs:
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

0 commit comments

Comments
 (0)