feat: add tags for Matomo (#334) #414
This file contains hidden or 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: 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: dfinity/setup-dfx@main | |
- uses: dfinity/setup-mops@v1 | |
with: | |
mops-version: 1.0.0 | |
- name: Run tests | |
run: mops test |