Skip to content

Commit

Permalink
👷 publish_lab try commenting out something
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Sep 26, 2023
1 parent 2c3cdbe commit cd6cf6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish_lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
./*
~/.pnpm-store
key: ${{ github.sha }}
- name: Use "dist" cache
id: dist-cache
uses: actions/cache@v3
with:
path: |
./*
~/.pnpm-store
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab
# - name: Use "dist" cache
# id: dist-cache
# uses: actions/cache@v3
# with:
# path: |
# ./*
# ~/.pnpm-store
# key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab
- name: Build packages
id: build-packages
run: node_modules/.bin/pnpm run build
Expand Down

0 comments on commit cd6cf6c

Please sign in to comment.