Skip to content

Commit

Permalink
always green
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Dec 6, 2023
1 parent 0e47740 commit f613427
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/tmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ jobs:
echo 'export DISPLAY=:1' >> "$HOME/.bashrc"
echo 'export PS1="\[\e[34m\]$ \[\e[m\]"' >> "$HOME/.bashrc"
mkdir -p "$GITHUB_WORKSPACE/tmp/out"
make test | tee "$GITHUB_WORKSPACE/tmp/out/make-test.log"
make test
# make test | tee "$GITHUB_WORKSPACE/tmp/out/make-test.log"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: output
path: ${{ github.workspace }}/tmp/out/*
# - name: Upload artifacts
# uses: actions/upload-artifact@v3
# with:
# name: output
# path: ${{ github.workspace }}/tmp/out/*

0 comments on commit f613427

Please sign in to comment.