File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 compression-level : 0
2929 name : test-tarball
30- path : /__w/domjudge/release.tar.gz
31-
32- - name : Trigger fedora testing
33- # if: ${{ github.event_name != 'merge_group' }}
34- run : |
35- curl -X POST \
36- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
37- -H "Accept: application/vnd.github+json" \
38- https://api.github.com/repos/domjudge/domjudge/actions/workflows/autoconf-check-different-distro.yml/dispatches \
39- -d '{"ref":"main"}'
30+ path : ../release.tar.gz
4031
4132 debian-family :
4233 needs : build
@@ -63,13 +54,15 @@ jobs:
6354 - name : Download Artifact
6455 uses : actions/download-artifact@v4
6556 with :
66- name : release.tar.gz
57+ name : test-tarball
6758 - name : Install git so we get the .github directory
6859 run : |
6960 apt-get update
7061 apt-get install -y git
7162 - name : Unpack the "Release" tarball
72- run : tar xvf release.tar.gz
63+ run : |
64+ ls -atrl
65+ tar xvf release.tar.gz
7366 - name : Setup image and run bats tests
7467 working-directory : domjudge
7568 run : .github/jobs/configure-checks/setup_configure_image.sh
8780 - name : Download Artifact
8881 uses : actions/download-artifact@v4
8982 with :
90- name : release.tar.gz
83+ name : test-tarball
9184 - name : Install git so we get the .github directory
9285 run : dnf install -y git
9386 - name : Unpack the "Release" tarball
You can’t perform that action at this time.
0 commit comments