We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f07231 commit 732548dCopy full SHA for 732548d
.github/workflows/main.yml
@@ -15,6 +15,8 @@ jobs:
15
check:
16
runs-on: ubuntu-latest
17
steps:
18
+ - name: Upgrade docker stuff
19
+ run: sudo apt-get install --upgrade docker-compose
20
- uses: actions/checkout@v2
21
- name: run phpipam-action
22
uses: ./ # use action in the root directory
@@ -35,6 +37,8 @@ jobs:
35
37
matrix:
36
38
phpipam: ['v1.4x','v1.5x']
39
40
41
42
43
- name: Run phpipam-action
44
0 commit comments