Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Oct 4, 2023
1 parent a84a843 commit d1747c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: $DOCKER_RUN bin/rails db:schema:load

- name: Run Tests
run: $DOCKER_RUN bundle exec rails test
run: $DOCKER_RUN -e EXPOSED_VNC_PORT=123 bundle exec rails test

rubocop:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d1747c6

Please sign in to comment.