Skip to content

Commit

Permalink
Changes to gpt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdyb committed Sep 10, 2023
1 parent bd9be1e commit 4f0563e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: Build project
run: npm run build

- name: Unit Testing
run: npm run test-unit

- name: End-to-End Testing
run: npm run test-e2e-cli

- name: Lint Code
uses: github/super-linter@v4
env:
Expand Down

0 comments on commit 4f0563e

Please sign in to comment.