Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanaNarciso committed Jul 19, 2024
1 parent 22b972e commit 1a1b693
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "Running build and test for ${{ github.ref }} branch"
- name: Check out repository code
uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Installing dependencies
run: make install

- name: Quality Gate - Unit Test
run: true

0 comments on commit 1a1b693

Please sign in to comment.