Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Oct 29, 2024
1 parent 1efb7f7 commit 86e8413
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_other_formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,17 @@ jobs:
fi
done
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: artifacts
path: tests_artifacts/*

- name: Download all artifacts
uses: actions/download-artifact@v3
with:
path: ./tests_artifacts # Specify the directory to download artifacts into
name: artifacts
path: ./tmp # Specify the directory to download artifacts into


# - name: Create a new testing branch to check autogenerated formats (deleting first if the branch exists)
Expand Down

0 comments on commit 86e8413

Please sign in to comment.