Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vinod812/my-app
Browse files Browse the repository at this point in the history
  • Loading branch information
vinod812 committed Jul 23, 2024
2 parents 4c2832a + f5763df commit 2ed4c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
restore-keys: ${{ runner.os }}-maven

- name: Install dependencies
run: mvn install --quiet --batch-mode --no-transfer-progress --projects your-project --also-make
run: mvn install --quiet --batch-mode --no-transfer-progress --projects my-app --also-make

- name: Run Rest Assured tests
run: mvn test --projects your-project --also-make

0 comments on commit 2ed4c1a

Please sign in to comment.