Skip to content

Commit

Permalink
test without restricted paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick VanCise authored and Nick VanCise committed Dec 25, 2023
1 parent 2249dae commit b2a2a5b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gbajs3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ name: Gbajs3
on:
push:
branches: ['**']
paths:
- 'gbajs3/gbajs3'
pull_request:
branches: ['**']
paths:
- 'gbajs3/gbajs3'

jobs:
build:
Expand All @@ -18,14 +14,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
sparse-checkout: './gbajs3'
sparse-checkout: gbajs3
sparse-checkout-cone-mode: false

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.1.0

- name: Dir Navigate
run: cd ./gbajs3

- name: Install dependencies
run: |
npm ci
Expand Down

0 comments on commit b2a2a5b

Please sign in to comment.