Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jan 5, 2025
1 parent 56868e2 commit 3fb021c
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ jobs:
- run: npm ci
- run: npm ci
working-directory: solid-server
- run: npm run lint
- run: npm run build
- run: npm run test
# TODO fix CI
# - run: npm run cy:test
# - name: Upload Cypress screenshots
# uses: actions/upload-artifact@v3
# if: ${{ failure() }}
# with:
# name: cypress_screenshots
# path: cypress/screenshots
# - run: npm run lint
# - run: npm run build
# - run: npm run test
- run: npm run cy:test
- name: Upload Cypress screenshots
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: cypress_screenshots
path: cypress/screenshots

0 comments on commit 3fb021c

Please sign in to comment.