Skip to content

Commit f74d12d

Browse files
committed
test
1 parent ad42d36 commit f74d12d

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-22.04
66
steps:
77
# Check-out the repository under $GITHUB_WORKSPACE
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99

1010
- name: Environment setup
1111
run: |
@@ -26,14 +26,6 @@ jobs:
2626
pdflatex -halt-on-error -interaction=nonstopmode karnaugh-map.dtx
2727
./test.sh
2828
29-
- name: Archival of test results
30-
uses: actions/upload-artifact@4
31-
with:
32-
name: test-results
33-
path: |
34-
$GITHUB_WORKSPACE/test/result
35-
$GITHUB_WORKSPACE/test/actual
36-
3729
- name: Archival of package documentation
3830
uses: actions/upload-artifact@4
3931
with:

0 commit comments

Comments
 (0)