Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add extract
  • Loading branch information
Yoann Chaudet committed Aug 18, 2022
1 parent 78f064a commit ae9ee82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -32,6 +32,10 @@ jobs:
name: github-pages
path: artifact2

- name: Extract artifacts
run: tar --force-local -xf artifact2/artifact.tar -C artifact2 && rm artifact2/artifact.tar
shell: bash

- name: Compare artifacts
run: diff -qr artifact artifact2
shell: bash

0 comments on commit ae9ee82

Please sign in to comment.