This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,19 +82,6 @@ jobs: | |
working-directory: ./frontend | ||
run: npm run build | ||
|
||
- name: Install syn2mas Node | ||
uses: actions/[email protected] | ||
with: | ||
node-version-file: ./tools/syn2mas/.nvmrc | ||
|
||
- name: Install syn2mas Node dependencies | ||
working-directory: ./tools/syn2mas | ||
run: npm ci | ||
|
||
- name: Build syn2mas | ||
working-directory: ./tools/syn2mas | ||
run: npm run build | ||
|
||
- name: Build policies | ||
working-directory: ./policies | ||
run: make | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters