Skip to content

Commit

Permalink
Regression: CI build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Apr 7, 2022
1 parent 19e90ef commit 6f22bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Build Rocket.Chat
if: startsWith(github.ref, 'refs/pull/') != true
run: |
yarn build:ci --directory /tmp/build-test
yarn build:ci -- --directory /tmp/build-test
- name: Prepare build
run: |
Expand Down

0 comments on commit 6f22bdd

Please sign in to comment.