Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado authored Nov 8, 2023
1 parent 749cb61 commit c77ec2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/runtime/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ inputs:
runs:
using: "composite"
steps:
- name: bun install
run: bun install ${{ github.event.inputs.package }}
- run: bun install ${{ github.event.inputs.package }}
3 changes: 1 addition & 2 deletions .github/workflows/runtime/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ inputs:
runs:
using: "composite"
steps:
- name: Run
run: bun run ${{ github.event.inputs.command }}
- run: bun run ${{ github.event.inputs.command }}

6 changes: 3 additions & 3 deletions .github/workflows/runtime/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Setup runtime"
runs:
using: "composite"
steps:
- name: Setup bun
uses: oven-sh/setup-bun@v1
registry-url: 'https://registry.npmjs.org'
- uses: oven-sh/setup-bun@v1
with:
registry-url: 'https://registry.npmjs.org'

0 comments on commit c77ec2b

Please sign in to comment.