We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec02d06 commit 0ada515Copy full SHA for 0ada515
.github/workflows/ci.yml
@@ -21,16 +21,6 @@ jobs:
21
node-version: '20'
22
registry-url: https://registry.npmjs.org
23
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
-
34
- name: Checkout
35
uses: actions/checkout@v4
36
@@ -46,8 +36,13 @@ jobs:
46
# TODO:
47
37
- name: Run Tests (local)
48
38
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
+
49
45
export TEST_DEPLOY_LOCAL="true"
50
51
node faas/dist/index.js &
52
sleep 10
53
mv .env.example .env
0 commit comments