Skip to content

Commit

Permalink
we
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed Sep 30, 2023
1 parent a9afbb9 commit 7dbd85d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,17 @@ jobs:
node-version: 20
cache: npm

- name: Install Dependencies
id: npm-ci
run: npm ci

- name: Build dist/ Directory
id: build
run: npm run bundle

- name: Test Local Action
id: test-action
uses: ./
with:
node-version: 20

- name: Print Output
id: output
Expand Down

0 comments on commit 7dbd85d

Please sign in to comment.