Skip to content

Commit

Permalink
Update github-actions-demo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raissabrizeno authored Aug 10, 2024
1 parent fe33b27 commit ae45731
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
uses: actions/checkout@v4

# pega a versão declarada do Node.j e configura no ambiente virtual
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node-version }}

# instala dependencias e roda os testes
- run: npm ci
- run: npm run build --if-present
# - run: npm ci
# - run: npm run build --if-present
- run: npm test

# lint para garantir que o código segue os padrões definidos
Expand Down

0 comments on commit ae45731

Please sign in to comment.