We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aacc27 commit a6461c0Copy full SHA for a6461c0
1 file changed
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
runs-on: ubuntu-latest
80
container:
81
image: codecr.jlab.org/hallb/clas12/container-forge/base:latest
82
- ports: 3306
+ ports: [ 3306 ]
83
options: --user root
84
strategy:
85
fail-fast: false
@@ -120,7 +120,7 @@ jobs:
120
121
122
123
124
125
126
0 commit comments