mirror of
https://github.com/vacp2p/libp2p-test-plans.git
synced 2026-01-09 21:38:03 -05:00
multidim-interop: Update rust-libp2p .gitignore with chromium-image.json (#232)
* .gitignore chromium-image.json * Assert that git tree is clean
This commit is contained in:
10
.github/actions/run-interop-ping-test/action.yml
vendored
10
.github/actions/run-interop-ping-test/action.yml
vendored
@@ -77,6 +77,16 @@ runs:
|
||||
run: npm run cache -- load
|
||||
shell: bash
|
||||
|
||||
- name: Assert Git tree is clean.
|
||||
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ -n "$(git status --porcelain)" ]]; then
|
||||
echo "Git tree is dirty. This means that building an impl generated something that should probably be .gitignore'd"
|
||||
git status
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Push the image cache
|
||||
if: env.PUSH_CACHE == 'true'
|
||||
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
|
||||
|
||||
3
multidim-interop/impl/rust/.gitignore
vendored
3
multidim-interop/impl/rust/.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
rust-libp2p-*.zip
|
||||
rust-libp2p-*
|
||||
rust-libp2p-*/*
|
||||
image.json
|
||||
image.json
|
||||
chromium-image.json
|
||||
|
||||
Reference in New Issue
Block a user