Skip to content

Feat: Migration to Zodiac Core and Task Improvements in the Reality Mod #244

Feat: Migration to Zodiac Core and Task Improvements in the Reality Mod

Feat: Migration to Zodiac Core and Task Improvements in the Reality Mod #244

Workflow file for this run

name: zodiac-module-reality
on: [ pull_request, push ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn
- run: yarn build
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}