Skip to content

Commit

Permalink
Install faas from clonne instead of npm so it is up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 23, 2025
1 parent ed0a46b commit 039f0c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ jobs:

- name: Run Tests (local)
run: |
git clone https://github.com/metacall/faas.git
cd faas
npm install
npm run build
npm install -g $(pwd)
cd ..
rm -rf faas
export TEST_DEPLOY_LOCAL="true"
npm install -g @metacall/faas
metacall-faas &
sleep 10
npm run coverage
Expand Down

0 comments on commit 039f0c8

Please sign in to comment.