Skip to content

Commit

Permalink
ci: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Dec 16, 2023
1 parent 631a09c commit cbdec45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
export DISPLAY=:99.0
Xvfb -ac :99 -screen 0 1920x1080x24 &
sleep 10
mkdir -p editors/intellij/build/reports
./gradlew :runIdeForUiTests > editors/intellij/build/reports/idea.log &
mkdir -p ./build/reports
./gradlew :runIdeForUiTests > ./build/reports/idea.log &
runTests: |
export DISPLAY=:99.0
./gradlew :test
Expand Down

0 comments on commit cbdec45

Please sign in to comment.