Skip to content

trying to run the tests with the dockerized thingys #2

trying to run the tests with the dockerized thingys

trying to run the tests with the dockerized thingys #2

Workflow file for this run

name: Tests
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: nodejs
uses: actions/setup-node@v3
with:
node-version: '18.x'
#- name: dependencies
#run: |
#sudo apt update
#sudo apt install libsystemd-dev
- name: typescript
run: |
npm install
#npm install typescript -g
#npm run build
- name: testing
working-directory: .
run: npm test