Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Sep 16, 2024
1 parent d14cd56 commit fdfd74c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@ jobs:
distribution: 'temurin'
cache: maven

- name: Install modules
shell: bash
run: |-
mvn clean install -DskipTests
- name: Tests
shell: bash
working-directory: ./equinix-openapi-fabric-tests
run: |-
mvn clean test -DenvUrl=${{ env.TEST_HOST_URL }}
mvn test -DenvUrl=${{ env.TEST_HOST_URL }}
- name: Generate report
if: always()
Expand Down

0 comments on commit fdfd74c

Please sign in to comment.