Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,4 @@ jobs:
run: npm ci

- name: Lint (ESLint)
run: npm run lint

# We dont have any test yet
# - name: Run tests (Jest)
# run: npm test

- name: Build (Webpack)
run: npm run build

# This doesnt really work yet we need to figure this out
# - name: Package Firefox Extension
# run: npm run build:ext

- name: Generate docs (JSDoc)
run: npm run docs

# This doesnt work yet need to figure this out
# - name: Upload extension artifact
# uses: actions/upload-artifact@v3
# with:
# name: firefox-recap-extension
# path: web-ext-artifacts/*.zip
run: npm run lint
Loading