Skip to content

Commit c810c93

Browse files
committed
updated github actions hosted runner to macos
1 parent e3f6632 commit c810c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
build:
2525
name: Build and Test
26-
runs-on: ubuntu-latest
26+
runs-on: macos-latest
2727

2828
steps:
2929
- uses: actions/checkout@v3

src/test/java/io/github/mfaisalkhatri/api/restfulecommerce/BaseTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class BaseTest {
1313

1414
protected Playwright playwright;
1515
protected APIRequestContext request;
16-
private static final String BASE_URL = "http://host.docker.internal:3004";
16+
private static final String BASE_URL = "http://localhost:3004";
1717

1818
@BeforeClass
1919
public void setup() {

0 commit comments

Comments
 (0)