Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
recert ci check; remove static server
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Aug 26, 2024
1 parent 4aa1685 commit bec82a6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 548 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ jobs:
run: yarn run build
- name: Run linter
run: yarn run lint
- uses: tj-actions/verify-changed-files@v17
if: github.ref_name != 'master'
id: verify-changed-files
with:
files: |
packages/snap/snap.manifest.json
- name: Check if snap manifest updated
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
echo "Snap manifest not updated: ${{ steps.verify-changed-files.outputs.changed_files }}
or @metamask/snaps-cli version is different from local version"
exit 1
- name: Run tests
run: yarn run test

Expand Down
Loading

0 comments on commit bec82a6

Please sign in to comment.