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

Commit

Permalink
remove ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Aug 26, 2024
1 parent ac01434 commit 60bee27
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ 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

0 comments on commit 60bee27

Please sign in to comment.