Skip to content

Commit

Permalink
Redirect citest output
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Hernandez committed May 14, 2024
1 parent c2fd9af commit c1d3be7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
compile-then-run-tests:
name: Compile scala, run server, run tests
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2

Expand All @@ -38,3 +39,6 @@ jobs:
- name: Run test
run: ./scripts/citest

- name: Display output
run: cat gh_output.txt

2 changes: 1 addition & 1 deletion scripts/citest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ex

./scripts/server >/dev/null 2>&1 &
./scripts/server >gh_output.txt 2>&1 &
sleep 15
./scripts/test

0 comments on commit c1d3be7

Please sign in to comment.