Skip to content

Commit

Permalink
Test workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-hama committed Jan 5, 2024
1 parent e62a09a commit 33fac54
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
steps:
- name: test workflow
run: echo "Testing workflow"
# - name: Get code
# uses: actions/checkout@v4
# - name: install NodeJs
# uses: actions/setup-node@v4
# with:
# node-version: 18
# - name: install dependencies
# run: npm ci
# - name: Run tests
# run: npm test
- name: Get code
uses: actions/checkout@v4
- name: install NodeJs
uses: actions/setup-node@v4
with:
node-version: 18
- name: install dependencies
run: npm ci
- name: Run tests
run: npm test



Expand Down

0 comments on commit 33fac54

Please sign in to comment.