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-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
This repository contains official GitHub Actions for [Imposter](https://www.imposter.sh), a modern mock server designed for microservice development and testing. These actions allow you to seamlessly integrate Imposter into your GitHub Actions workflows.
4
4
5
-
## Available Actions
6
-
7
5
> [!NOTE]
8
6
> Replace `v1` in the examples below with the [latest release](https://github.com/imposter-project/imposter-github-action/tags).
9
7
8
+
## Available Actions
9
+
10
10
### 1. Setup Imposter (`setup`)
11
11
Downloads and installs the Imposter mock server.
12
12
@@ -32,6 +32,9 @@ Starts the Imposter mock server in the background, and waits for it to be ready.
32
32
recursive-config-scan: 'false' # default: 'false'
33
33
```
34
34
35
+
> [!NOTE]
36
+
> For `version`, choose from the Imposter [releases](https://github.com/outofcoffee/imposter/releases) page.
0 commit comments