Skip to content

Commit

Permalink
Added: functional tests run to deploy_pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Mar 13, 2024
1 parent f5cb67b commit dcc7e59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Run integration tests
run: npm run test:integration

- name: Run functional tests
run: npm run test:functional

publish-gpr:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit dcc7e59

Please sign in to comment.