Skip to content

Commit

Permalink
fix/pipeline/vscode : use a dedicated job to generate the vscode exte…
Browse files Browse the repository at this point in the history
…nsion
  • Loading branch information
Alidra committed Mar 5, 2024
1 parent 96b6282 commit 402e4e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
workflow_dispatch:
jobs:
build:
build_lambdapi:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -34,6 +34,13 @@ jobs:
eval $(opam env)
#why3 config detect
make tests
build_vscode_extension:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: checking out lambdapi repo ...
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 402e4e4

Please sign in to comment.