Skip to content

Commit

Permalink
Fix yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-ion committed Dec 22, 2024
1 parent 6d14b84 commit 618912e
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Training Portal Tests"

on:
push:
branches: [main]
Expand All @@ -8,22 +9,23 @@ on:
jobs:
tests:
runs-on: ubuntu-latest

steps:
- name: Repo Checkout
uses: actions/checkout@v2
- name: Repo Checkout
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14

- name: Setup Portal
working-directory: ./trainingportal
run: |
npm install
config.json.docker config.json
tools/devSetup.js
- name: Setup Portal
working-directory: ./trainingportal
run: |
npm install
config.json.docker config.json
tools/devSetup.js
- name: Run Tests
working-directory: ./trainingportal
run: npm test
- name: Run Tests
working-directory: ./trainingportal
run: npm test

0 comments on commit 618912e

Please sign in to comment.