Skip to content

Commit

Permalink
Test with Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancy2209 committed Jan 26, 2024
1 parent 77c08e9 commit cce4ea8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test Suite Run
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: '20.x'
- name: Install Dependencies
run: npm install yarn && yarn install
- name: Build
run: yarn run testServer & yarn run test

0 comments on commit cce4ea8

Please sign in to comment.