Commit 6e2b40edc66864775bbabe488fd0bbbd05b35d04
Fix PR tests.
Daan Wynen committed on 1/30/2021, 10:14:59 PMParent: 494bf580c82a2a98221bea97cdaee5b5e52d3fc6
Files changed
.github/workflows/main.yml | changed |
.github/workflows/main.yml | ||
---|---|---|
@@ -22,14 +22,8 @@ | ||
22 | 22 … | - name: Use Node.js ${{ matrix.node-version }} |
23 | 23 … | uses: actions/setup-node@v1 |
24 | 24 … | with: |
25 | 25 … | 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