-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
f3d5635
commit 7fdaa25
Showing
2 changed files
with
60 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: aedificare | ||
|
||
on: [push, pull_request] | ||
jobs: | ||
build_vue: | ||
runs-on: ubuntu-latest | ||
name: aedificare | ||
steps: | ||
- uses: actions/checkout | ||
with: | ||
fetch-depth: 0 | ||
- uses: actions/setup-node | ||
with: | ||
node-version: latest | ||
- name: inaugurare | ||
run: npm clean-install | ||
continue-on-error: false | ||
- name: fundamen-struere | ||
run: npm run build | ||
continue-on-error: false | ||
- name: verificare | ||
run: tsc --build --clean | ||
continue-on-error: false | ||
- name: structura-struere | ||
run: npm run type-check | ||
continue-on-error: false | ||
# - name: tentare | ||
# run: npm test --passWithNoTests | ||
# env: | ||
# CI: true | ||
# continue-on-error: false | ||
# - name: invenire | ||
# run: local locus=$(grep 'outDir' ./tsconfig.json | awk '{ print $2 }') | tr -dc '[:alpha:]\n' | ||
# - name: emissa | ||
# run: find ${locus} -type f | ||
# - name: delere | ||
# if: failure() | ||
# run: exit 1 |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: expedire | ||
|
||
on: | ||
push: | ||
branches: | ||
- princeps: | ||
|
||
jobs: | ||
call-workflow: | ||
uses: ./.github/workflows/aedificare.yml | ||
deploy: | ||
runs-on: ubuntu-latest | ||
name: expedire | ||
steps: | ||
- name: inaugurare | ||
run: npm install @vue/cli | ||
continue-on-error: false | ||
# - name: expedire | ||
# run: npm run deploy | ||
# - name: delere | ||
# if: failure() | ||
# run: exit 1 |