From 0c563fc28fefa0cd7181fd78c579c3a86faaa4f9 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:44:33 -0700 Subject: 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 --- .github/workflows/main.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3-70-g09d2