Skip to content

Commit f7d5417

Browse files
committed
update test.yml
1 parent e826ff5 commit f7d5417

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ jobs:
8383
database: 'mysql'
8484
experimental: true
8585
go-version: '1.22.x'
86-
- distro: 'almalinux:9'
87-
web-server: 'nginx'
88-
database: 'mysql'
89-
experimental: true
90-
go-version: '1.22.x'
9186

9287
runs-on: ubuntu-latest
9388
continue-on-error: ${{ matrix.experimental }}
@@ -97,6 +92,12 @@ jobs:
9792
volumes:
9893
- /usr/local/share/ca-certificates:/usr/local/share/ca-certificates
9994
steps:
95+
- name: Container preparation
96+
run: |
97+
apt -y update
98+
apt-get install ca-certificates -y
99+
update-ca-certificates
100+
100101
- name: Checkout code
101102
uses: actions/checkout@v4
102103

0 commit comments

Comments
 (0)