Skip to content

Commit

Permalink
Mise à jour Constellation
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jun 27, 2024
1 parent 949392f commit e9b0f12
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,23 @@ jobs:
- x64
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}

- uses: actions/setup-node@v4.0.2
with:
node-version: 20
node-version: latest

- uses: pnpm/action-setup@v4.0.0
with:
version: latest
- run: pnpm add -g @constl/ipa @constl/serveur

- name: Installer le serveur local Constellation
run: curl https://raw.githubusercontent.com/reseau-constellation/serveur-ws/principale/installer.cjs | node -

- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit e9b0f12

Please sign in to comment.