Skip to content

Commit

Permalink
updated github actions hosted runner to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisalkhatri committed Sep 18, 2024
1 parent e3f6632 commit c810c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class BaseTest {

protected Playwright playwright;
protected APIRequestContext request;
private static final String BASE_URL = "http://host.docker.internal:3004";
private static final String BASE_URL = "http://localhost:3004";

@BeforeClass
public void setup() {
Expand Down

0 comments on commit c810c93

Please sign in to comment.