Skip to content

Commit eea54c2

Browse files
authored
Delete naga snapshots in CI (gfx-rs#7469)
1 parent f7bcc62 commit eea54c2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,14 @@ jobs:
653653
echo "LD_LIBRARY_PATH=$PWD/mesa/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
654654
echo "LIBGL_DRIVERS_PATH=$PWD/mesa/lib/x86_64-linux-gnu/dri" >> "$GITHUB_ENV"
655655
656+
- name: Delete Naga snapshots
657+
shell: bash
658+
run: |
659+
set -e
660+
661+
# Delete snapshots so we can ensure there aren't any excess output files.
662+
rm -r naga/tests/out
663+
656664
- name: Run `wgpu-info`
657665
shell: bash
658666
run: |

0 commit comments

Comments
 (0)