Skip to content

Commit

Permalink
ci: fix e2e path
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Feb 27, 2024
1 parent dda5af9 commit dfc7850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Test Integration
uses: n8maninger/action-golang-test@v1
with:
package: "./internal/test/..."
package: "./internal/test/e2e/..."
args: "-failfast;-race;-tags=testing;-timeout=30m"
- name: Test Integration - MySQL
if: matrix.os == 'ubuntu-latest'
Expand All @@ -70,7 +70,7 @@ jobs:
RENTERD_DB_USER: root
RENTERD_DB_PASSWORD: test
with:
package: "./internal/test/..."
package: "./internal/test/e2e/..."
args: "-failfast;-race;-tags=testing;-timeout=30m"
- name: Build
run: go build -o bin/ ./cmd/renterd

0 comments on commit dfc7850

Please sign in to comment.