| ... | @@ -48,6 +48,11 @@ jobs: | ... | @@ -48,6 +48,11 @@ jobs: |
| 48 | | 48 | |
| 49 | # Test | 49 | # Test |
| 50 | - run: zigmod version | 50 | - run: zigmod version |
| | 51 | - run: zigmod ci |
| | 52 | - run: git diff <(cat __snapshots__/explain.tree.txt) <(zigmod explain --locked --format tree) |
| | 53 | - run: git diff <(cat __snapshots__/explain.mermaid.txt) <(zigmod explain --locked --format mermaid) |
| | 54 | - run: git diff <(cat __snapshots__/explain.dot.txt) <(zigmod explain --locked --format dot) |
| | 55 | |
| 51 | - run: zigmod zpm add apple_pie | 56 | - run: zigmod zpm add apple_pie |
| 52 | - run: zigmod zpm tags | 57 | - run: zigmod zpm tags |
| 53 | | 58 | |
| ... | @@ -59,10 +64,6 @@ jobs: | ... | @@ -59,10 +64,6 @@ jobs: |
| 59 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep | 64 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
| 60 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code | 65 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code |
| 61 | | 66 | |
| 62 | - run: git diff <(cat __snapshots__/explain.tree.txt) <(zigmod explain --locked --format tree) | | |
| 63 | - run: git diff <(cat __snapshots__/explain.mermaid.txt) <(zigmod explain --locked --format mermaid) | | |
| 64 | - run: git diff <(cat __snapshots__/explain.dot.txt) <(zigmod explain --locked --format dot) | | |
| 65 | | | |
| 66 | # Github Release | 67 | # Github Release |
| 67 | - run: ./changelog.sh | 68 | - run: ./changelog.sh |
| 68 | - run: ./make_release.sh ${{ secrets.GITHUB_TOKEN }} | 69 | - run: ./make_release.sh ${{ secrets.GITHUB_TOKEN }} |