Skip to content

Commit

Permalink
Update testScript.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-ju authored Nov 23, 2024
1 parent 1250164 commit 380c5a0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/testScript.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: File Tree Workflow
name: File Tree Workflow

on:
# Triggers the workflow on push or pull request events but only for the "main" branch
Expand All @@ -12,9 +12,20 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
NODE_VERSION: 20.10.0
steps:
- uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'

- name: Install dependencies
run: npm install

- name: Run File Tree Action
uses: stanley-ju/script_demo@main
with:
Expand Down

0 comments on commit 380c5a0

Please sign in to comment.