Skip to content

Commit

Permalink
fix bun workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Aug 2, 2024
1 parent 7a6e869 commit eac611b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
- "**.js" # Any JS file
- "package.json"
- "package-lock.json"
- ".github/workflows/node.yml" # This action
- ".github/workflows/bun.yml" # This action
pull_request:
branches: ["master"]
paths:
- "**.js" # Any JS file
- "package.json"
- "package-lock.json"
- ".github/workflows/node.yml" # This action
- ".github/workflows/bun.yml" # This action

permissions:
contents: read
Expand All @@ -32,5 +32,8 @@ jobs:
with:
bun-version: 1.1.21

- name: Install Dependencies
run: bun install

- name: Compile
run: bun build bin/gamedig.js

0 comments on commit eac611b

Please sign in to comment.