Skip to content

Commit

Permalink
fix: update atom-package-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 6, 2021
1 parent be953ab commit 05b7c34
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5,254 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
channel: ${{ matrix.atom_channel }}
- name: Versions
run: apm -v
- name: Install APM dependencies
- name: Install dependencies
run: |
apm install
- name: Atom Package dependencies
run: node ./script/install-package-deps.js
./node_modules/.bin/atom-package-deps .
- name: Run tests 👩🏾‍💻
run: npm run test

Expand Down Expand Up @@ -64,6 +64,8 @@ jobs:
node-version: "12.x"
- name: NPM install
run: npm install
# - name: Build and Commit
# run: npm run build-commit
- name: Release 🎉
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down
Loading

0 comments on commit 05b7c34

Please sign in to comment.