Skip to content

Commit a6461c0

Browse files
committed
fix: array
1 parent 6aacc27 commit a6461c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
container:
8181
image: codecr.jlab.org/hallb/clas12/container-forge/base:latest
82-
ports: 3306
82+
ports: [ 3306 ]
8383
options: --user root
8484
strategy:
8585
fail-fast: false
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
container:
122122
image: codecr.jlab.org/hallb/clas12/container-forge/base:latest
123-
ports: 3306
123+
ports: [ 3306 ]
124124
options: --user root
125125
strategy:
126126
fail-fast: false

0 commit comments

Comments
 (0)