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 b466245 commit f7dd5b8
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,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check that project is compiled
run: echo "::set-output name=result::$(cd yugabyte && lein run test 2>&1 | grep 'Must be one of')"
run: echo "cd yugabyte && lein run test 2>&1 | grep 'Must be one of'" >> $GITHUB_OUTPUT
id: lein_run_test_output
- uses: nick-fields/assert-action@v1
name: Check output for workload missing arg
Expand All @@ -23,4 +23,3 @@ jobs:
expected: "workload Must be one of"
actual: ${{ steps.lein_run_test_output.outputs.result }}
comparison: contains

0 comments on commit f7dd5b8

Please sign in to comment.