-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from DesignLiquido/nucleos
Redesenhando núcleo de Delégua para trabalhar com outros dois núcleos…
- Loading branch information
Showing
43 changed files
with
817 additions
and
2,906 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 |
---|---|---|
@@ -1,62 +1,62 @@ | ||
name: Commit e PR - Principal | ||
# name: Commit e PR - Principal | ||
|
||
on: | ||
pull_request: | ||
branches: [ principal ] | ||
# on: | ||
# pull_request: | ||
# branches: [ principal ] | ||
|
||
jobs: | ||
testes-delegua: | ||
runs-on: ubuntu-latest | ||
# jobs: | ||
# testes-delegua: | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2-beta | ||
with: | ||
node-version: '16' | ||
- name: NPM - Dependências | ||
run: | | ||
sudo npm install | ||
- name: Testes da Linguagem Delégua | ||
run: | | ||
sudo chmod +x ./bin/delegua-ts | ||
sudo npm run testes:delegua:bhaskara | ||
sudo npm run testes:delegua:fibonacci | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/setup-node@v2-beta | ||
# with: | ||
# node-version: '16' | ||
# - name: NPM - Dependências | ||
# run: | | ||
# sudo npm install | ||
# - name: Testes da Linguagem Delégua | ||
# run: | | ||
# sudo chmod +x ./bin/delegua-ts | ||
# sudo npm run testes:delegua:bhaskara | ||
# sudo npm run testes:delegua:fibonacci | ||
|
||
testes-egua-classico: | ||
runs-on: ubuntu-latest | ||
# testes-egua-classico: | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2-beta | ||
with: | ||
node-version: '16' | ||
- name: NPM - Dependências | ||
run: | | ||
sudo npm install | ||
- name: Testes do Dialeto Égua Clássico | ||
run: | | ||
sudo chmod +x ./bin/delegua-ts | ||
sudo npm run testes:egua | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/setup-node@v2-beta | ||
# with: | ||
# node-version: '16' | ||
# - name: NPM - Dependências | ||
# run: | | ||
# sudo npm install | ||
# - name: Testes do Dialeto Égua Clássico | ||
# run: | | ||
# sudo chmod +x ./bin/delegua-ts | ||
# sudo npm run testes:egua | ||
|
||
testes-unitarios: | ||
permissions: | ||
checks: write | ||
pull-requests: write | ||
contents: write | ||
runs-on: ubuntu-latest | ||
# testes-unitarios: | ||
# permissions: | ||
# checks: write | ||
# pull-requests: write | ||
# contents: write | ||
# runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2-beta | ||
with: | ||
node-version: '16' | ||
- uses: ArtiomTr/jest-coverage-report-action@v2 | ||
id: coverage | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
test-script: yarn testes-unitarios | ||
package-manager: yarn | ||
output: report-markdown | ||
- uses: marocchino/sticky-pull-request-comment@v2 | ||
with: | ||
message: ${{ steps.coverage.outputs.report }} | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/setup-node@v2-beta | ||
# with: | ||
# node-version: '16' | ||
# - uses: ArtiomTr/jest-coverage-report-action@v2 | ||
# id: coverage | ||
# with: | ||
# github-token: ${{ secrets.GITHUB_TOKEN }} | ||
# test-script: yarn testes-unitarios | ||
# package-manager: yarn | ||
# output: report-markdown | ||
# - uses: marocchino/sticky-pull-request-comment@v2 | ||
# with: | ||
# message: ${{ steps.coverage.outputs.report }} |
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
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
Oops, something went wrong.