| ... | ... | @@ -48,6 +48,11 @@ jobs: |
| 48 | 48 | |
| 49 | 49 | # Test |
| 50 | 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 | 56 | - run: zigmod zpm add apple_pie |
| 52 | 57 | - run: zigmod zpm tags |
| 53 | 58 | |
| ... | ... | @@ -59,10 +64,6 @@ jobs: |
| 59 | 64 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
| 60 | 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 | 67 | # Github Release |
| 67 | 68 | - run: ./changelog.sh |
| 68 | 69 | - run: ./make_release.sh ${{ secrets.GITHUB_TOKEN }} |