Skip to content

Changes npm github packages to be used with specific versions #7

Changes npm github packages to be used with specific versions

Changes npm github packages to be used with specific versions #7

Workflow file for this run

name: Run All Tests
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
container: adiharif/graphir-dep
steps:
- uses: actions/checkout@v4
- name: Install Git Dependencies
run: git submodule update --init --recursive
- name: Install NPM Packages
run: npm ci
- name: Build Project
run: npm run build
- name: Run Tests
run: npm test
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: tests-report
path: ./jest_html_reporters.html