File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ To enable [HTTPS Hoverfly simulations](https://docs.hoverfly.io/en/latest/pages/
110110 - name: Install Hoverfly
111111 uses: agilepathway/hoverfly-github-action@main
112112 with:
113- version: v1.3.0
114113 runner_github_workspace_path: ${{ github.workspace }}
115114 - name: Enable https calls to be simulated by Hoverfly
116115 run: install-and-trust-hoverfly-default-cert.sh
@@ -123,7 +122,7 @@ after which you can go ahead and simulate HTTPS calls (see
123122in the [ end-to-end tests] ( .github/workflows/tests.yml ) ).
124123
125124Our Hoverfly GitHub Action automatically makes this https cert
126- [ install script] ( ./install-and-trust-hoverfly-default-cert.sh ) available to you
125+ [ install script] ( ./install-and-trust-hoverfly-default-cert.sh ) available
127126(in the same ` ${{ github.workspace }}/bin ` directory which we add to the path and which the
128127Hoverfly binaries are located in too).
129128
You can’t perform that action at this time.
0 commit comments