Skip to content

Commit

Permalink
Merge pull request #8 from tgoulder4/2-no-support-for-multiple-trains
Browse files Browse the repository at this point in the history
2 no support for multiple trains
  • Loading branch information
tgoulder4 authored Aug 8, 2023
2 parents ae95bd1 + 02f0b2e commit 2635980
Show file tree
Hide file tree
Showing 158 changed files with 35,866 additions and 338 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Testing
run-name: ${{ github.actor }} is testing the backend
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: npm run test
Loading

0 comments on commit 2635980

Please sign in to comment.