You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,16 @@ If the action finishes successfully you will be able to run your api tests again
49
49
50
50
~~~yaml
51
51
- name: "Test phpipam api"
52
-
run: |
53
-
curl -k --user Admin:ipamadmin -X POST https://localhost/api/ansible/user/
52
+
run: |
53
+
curl -k --user Admin:ipamadmin -X POST https://localhost/api/ansible/user/
54
54
~~~
55
55
56
56
With the `ipam_version` parameter you will be able to test against different phpipam versions by using githubs build matrix feature. This is done by defining a job as follows:
0 commit comments