Skip to content

Commit

Permalink
not working some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Feb 13, 2024
1 parent a40f1ce commit d6d01e3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ jobs:
cd ${{ matrix.package }}
nix develop .#tests.${{ matrix.package }} --command tests
- name: ❓ Test (TUI)
id: test_tui
if: ${{ matrix.package == 'hydra-tui' }}
# https://giters.com/gfx/example-github-actions-with-tty
# The default shell does not allocate a TTY which breaks some tests
shell: 'script -q -e -c "bash {0}"'
env:
TERM: "xterm"
run: |
cd ${{ matrix.package }}
nix develop .#tests.${{ matrix.package }} --build
- name: 💾 Upload build & test artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d6d01e3

Please sign in to comment.