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 27
27
with :
28
28
compression-level : 0
29
29
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
40
31
41
32
debian-family :
42
33
needs : build
@@ -63,13 +54,15 @@ jobs:
63
54
- name : Download Artifact
64
55
uses : actions/download-artifact@v4
65
56
with :
66
- name : release.tar.gz
57
+ name : test-tarball
67
58
- name : Install git so we get the .github directory
68
59
run : |
69
60
apt-get update
70
61
apt-get install -y git
71
62
- name : Unpack the "Release" tarball
72
- run : tar xvf release.tar.gz
63
+ run : |
64
+ ls -atrl
65
+ tar xvf release.tar.gz
73
66
- name : Setup image and run bats tests
74
67
working-directory : domjudge
75
68
run : .github/jobs/configure-checks/setup_configure_image.sh
87
80
- name : Download Artifact
88
81
uses : actions/download-artifact@v4
89
82
with :
90
- name : release.tar.gz
83
+ name : test-tarball
91
84
- name : Install git so we get the .github directory
92
85
run : dnf install -y git
93
86
- name : Unpack the "Release" tarball
You can’t perform that action at this time.
0 commit comments