@@ -30,18 +30,18 @@ jobs:
30
30
- name : Checkout
31
31
uses : actions/checkout@v4
32
32
33
- # - name: Cache pnpm artifacts
34
- # uses: runs-on/cache@v4
35
- # env:
36
- # AWS_REGION: ${{ vars.AWS_REGION }}
37
- # RUNS_ON_S3_BUCKET_CACHE: ${{ vars.RUNS_ON_S3_BUCKET_CACHE }}
38
- # with:
39
- # path: |
40
- # npm-packages/common/temp/build-cache
41
- # npm-packages/common/temp/pnpm-store
42
- # key: pnpm-cache-${{
43
- # hashFiles('npm-packages/common/config/rush/pnpm-lock.yaml') }}-2
44
- # restore-keys: pnpm-cache-
33
+ - name : Cache pnpm artifacts
34
+ uses : runs-on/cache@v4
35
+ env :
36
+ AWS_REGION : ${{ vars.AWS_REGION }}
37
+ RUNS_ON_S3_BUCKET_CACHE : ${{ vars.RUNS_ON_S3_BUCKET_CACHE }}
38
+ with :
39
+ path : |
40
+ npm-packages/common/temp/build-cache
41
+ npm-packages/common/temp/pnpm-store
42
+ key : pnpm-cache-${{
43
+ hashFiles('npm-packages/common/config/rush/pnpm-lock.yaml') }}-2
44
+ restore-keys : pnpm-cache-
45
45
46
46
- name : Node setup
47
47
uses : actions/setup-node@v4
51
51
- name : NPM install globals
52
52
run : npm ci --prefix scripts
53
53
54
- # - name: Sccache stats
55
- # shell: bash
56
- # run: sccache --show-stats
57
54
- name : Install Just
58
55
uses : extractions/setup-just@v2
59
56
env :
73
70
SITE_URL : http://127.0.0.1:3211
74
71
run : |
75
72
ADMIN_KEY=$(docker exec ${{ job.services.backend.id }} ./generate_admin_key.sh)
76
- echo "Pushing functions with admin key: $ADMIN_KEY "
73
+ echo "Pushing functions... "
77
74
npx convex deploy --url http://127.0.0.1:3210 --admin-key $ADMIN_KEY
78
75
ADMIN_KEY=$ADMIN_KEY npm run test-integration
0 commit comments