Skip to content

Commit

Permalink
2nd Test commit to determine prevalence & condition of CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 4, 2024
1 parent 8835518 commit 8b2a6a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Build and test (1)
if: ${{ matrix.jobtype == 1 }}
shell: bash
run: bin/run-ci.sh
run: |
sbt -Dfile.encoding=UTF-8 scripted
- name: Build and test (2)
if: ${{ matrix.jobtype == 2 }}
shell: bash
Expand Down

0 comments on commit 8b2a6a9

Please sign in to comment.