Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
chore(github-actions): fix issues with workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimae committed Jul 15, 2022
1 parent e61f5da commit 7799947
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
publish:
name: publish colstonjs
name: publish

runs-on: ubuntu-latest
steps:
Expand All @@ -17,10 +17,8 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org

- name: install bun
run: curl https://bun.sh/install | bash
- name: install dependencies
run: bun install
run: npm install --save-exact
# - name: run test suites
# run: npm test

Expand Down

0 comments on commit 7799947

Please sign in to comment.