Skip to content

Commit

Permalink
commenting out workflow commands as its not running queued
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-hama committed Jan 5, 2024
1 parent abc3895 commit 6630549
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ jobs:
test:
runs-on: ubuntu_latest
steps:
- 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: 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




0 comments on commit 6630549

Please sign in to comment.