Skip to content

Commit

Permalink
ci(e2e): install in e2e dir
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Mar 18, 2023
1 parent 4e22bbd commit 3604e63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:

runs-on: ubuntu-latest
needs: build
defaults:
run:
working-directory: e2e
steps:
- name: Check out current repository
uses: actions/checkout@v3
Expand All @@ -107,14 +110,12 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Grant execute permission to gradlew
run: chmod +x gradlew
run: chmod +x ../gradlew

- name: 📥 Monorepo install all deps & pnpm
uses: ./.github/actions/pnpm-install
working-directory: ./e2e

- name: Test
working-directory: ./e2e
run: pnpm e2e

# I honestly detest Minecraft plugin unit testing and I don't think it's worth the time to write tests for a project like this.
Expand Down

0 comments on commit 3604e63

Please sign in to comment.