summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-08-23 14:44:33 -0700
committerGitHub <noreply@github.com>2023-08-23 14:44:33 -0700
commit0c563fc28fefa0cd7181fd78c579c3a86faaa4f9 (patch)
treeb67514fc49c7d19821d1a7f03579259b2948cc48 /.github
parentc5211c2cd69f368cc564aad155080957b754de19 (diff)
downloadsncontinue-0c563fc28fefa0cd7181fd78c579c3a86faaa4f9.tar.gz
sncontinue-0c563fc28fefa0cd7181fd78c579c3a86faaa4f9.tar.bz2
sncontinue-0c563fc28fefa0cd7181fd78c579c3a86faaa4f9.zip
Testing gh workflow (#401)
* testing * logging again * log home dir * build m1 script * correctly parse dates in history.tsx * logging * add redbaron to requirements.txt * tweaks before merging to main
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 33d8ecd7..bbb85f9a 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -157,9 +157,15 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: continue-log
- path: ${{ env.HOME }}/.continue/continue.log
+ path: /home/runner/.continue/continue.log
if: always()
+ - name: Try to run linux binary
+ run: |
+ cd extension/server/exe
+ ./run
+ if: always() && matrix.os == 'ubuntu-20.04'
+
publish:
needs: test-and-package
runs-on: ubuntu-20.04