Skip to content

Commit

Permalink
try iwthout docker image and node action
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Oct 18, 2024
1 parent 1af6622 commit 8f4a20a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
nightly:
runs-on: ubuntu-latest
container:
image: scalableminds/puppeteer:fix_wk_nightly
# container:
# image: scalableminds/puppeteer:fix_wk_nightly

steps:
- name: Checkout code
Expand All @@ -31,6 +31,10 @@ jobs:
-H "X-Auth-Token: ${{ secrets.RELEASE_API_TOKEN }}" \
https://kubernetix.scm.io/hooks/install/webknossos/dev/master?user=CI+%28nightly%29
- uses: actions/setup-node@v4
with:
node-version: 18

- name: Install dependencies and wait
run: |
yarn install --immutable &
Expand Down

0 comments on commit 8f4a20a

Please sign in to comment.