dotmh - DotMH Test Actions - 5 #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DotMH Test Actions | |
run-name: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }} | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Node | |
uses: actions/setup-node@v4 | |
with: | |
node-version: '18.15.0' | |
- run: npm install -g pnpm@8 | |
- run: pnpm install | |
- run: pnpm test |