Skip to content

Commit

Permalink
Move cat output to citest
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Hernandez committed May 14, 2024
1 parent c1d3be7 commit 119664c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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,7 +37,3 @@ jobs:

- name: Run test
run: ./scripts/citest

- name: Display output
run: cat gh_output.txt

5 changes: 3 additions & 2 deletions scripts/citest
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -ex
set -x

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

0 comments on commit 119664c

Please sign in to comment.