Skip to content

Commit

Permalink
Started an archive test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Oct 17, 2024
1 parent 72e4dd5 commit 524d3c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,22 @@ jobs:
with:
file: coverage.xml
github-token: ${{ secrets.github_token }}

test-archive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Git-archive-all
uses: qmonnet/git-archive-all-action@v1
with:
output-files: montepy.tar.gz
- name: delete git tree
run: rm -rf .git
- name: open tar ball
run: tar xzf montepy.tar.gz



doc-test:
Expand Down

0 comments on commit 524d3c4

Please sign in to comment.