Skip to content

commenting out workflow commands as its not running queued #5

commenting out workflow commands as its not running queued

commenting out workflow commands as its not running queued #5

Workflow file for this run

name: test project
on: push
jobs:
test:
runs-on: ubuntu-latest
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