Skip to content

Commit

Permalink
build(api): test pipeline (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
er-lim committed Jan 23, 2025
1 parent 7aa1209 commit 629ab3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-modulix-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
- id: tests
name: Run Modulix Tests
run: |
set -o pipefail
npm run modulix:test 2>&1 | tee test_output.log
EXIT_CODE=$?
echo "TEST_ERRORS=<<EOF" >> $GITHUB_ENV
echo "TEST_ERRORS<<EOF" >> $GITHUB_ENV
cat test_output.log >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
exit $EXIT_CODE
Expand All @@ -46,7 +45,6 @@ jobs:


- name: Comment PR with Test Modulix Error details
if: ${{ failure() }}
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 629ab3a

Please sign in to comment.