Skip to content

Commit

Permalink
Update is-compiled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad authored Jan 7, 2025
1 parent 3385076 commit 3060fbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/is-compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Precheck
run: echo "$(cd yugabyte && lein run test 2>&1 | grep 'Must be one of')"
id: test
run: cd yugabyte && lein run test 2>&1 | grep 'Must be one of'
- name: Check that project is compiled
run: echo "lein_run_test_output=$(cd yugabyte && lein run test 2>&1 | grep 'Must be one of')" >> $GITHUB_OUTPUT
id: lein_run_test_output
Expand Down

0 comments on commit 3060fbf

Please sign in to comment.