Skip to content

chore: pin GitHub Actions to commit SHAs (#485) #1031

chore: pin GitHub Actions to commit SHAs (#485)

chore: pin GitHub Actions to commit SHAs (#485) #1031

Workflow file for this run

name: mops test with dfinity/setup-mops
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Test with dfinity/setup-mops
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 22
- uses: dfinity/setup-dfx@e50c04f104ee4285ec010f10609483cf41e4d365 # main
- uses: dfinity/setup-mops@3e94e453352269b34137b5ce49f09a8df81bed7d # v1.4.1
with:
mops-version: 1.0.0
- name: Run tests
run: mops test