Skip to content

Commit 0ada515

Browse files
authored
Update ci.yml
1 parent ec02d06 commit 0ada515

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ jobs:
2121
node-version: '20'
2222
registry-url: https://registry.npmjs.org
2323

24-
- name: Setup MetaCall FaaS
25-
run: |
26-
git clone https://github.com/metacall/faas.git
27-
cd faas
28-
npm install
29-
npm run build
30-
node dist/index.js --version
31-
pwd
32-
echo "$HOME"
33-
3424
- name: Checkout
3525
uses: actions/checkout@v4
3626

@@ -46,8 +36,13 @@ jobs:
4636
# TODO:
4737
- name: Run Tests (local)
4838
run: |
39+
git clone https://github.com/metacall/faas.git
40+
cd faas
41+
npm install
42+
npm run build
43+
node dist/index.js --version
44+
4945
export TEST_DEPLOY_LOCAL="true"
50-
pwd
5146
node faas/dist/index.js &
5247
sleep 10
5348
mv .env.example .env

0 commit comments

Comments
 (0)