git ssb

1+

Daan Patchwork / patchwork



Commit 6e2b40edc66864775bbabe488fd0bbbd05b35d04

Fix PR tests.

Daan Wynen committed on 1/30/2021, 10:14:59 PM
Parent: 494bf580c82a2a98221bea97cdaee5b5e52d3fc6

Files changed

.github/workflows/main.ymlchanged
.github/workflows/main.ymlView
@@ -22,14 +22,8 @@
2222 - name: Use Node.js ${{ matrix.node-version }}
2323 uses: actions/setup-node@v1
2424 with:
2525 node-version: ${{ matrix.node-version }}
26- - run: npm ci
27- # - run: npm test
28- # build (will not publish)
29- - run: npm run build
30- if: github.ref != 'refs/heads/master'
31- # dist (may publish)
32- - run: npm run dist
33- if: github.ref == 'refs/heads/master'
34- env:
35- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26 + - name: Build Application
27 + run: npm ci
28 + - name: Build package
29 + run: npm run dist

Built with git-ssb-web