Skip to content

Commit

Permalink
Diganose
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Mar 26, 2024
1 parent c85323d commit 34d0625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
steps:
- name: basix2
run: |
set
set -o
set -x -o pipefail
files=($(ls -1 *))
files=($(ls -1 *.*))
[[ "${files[0]}" == '*' ]] && false
shell: '/usr/bin/env bash -e {0}'

Expand Down

0 comments on commit 34d0625

Please sign in to comment.