Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 17, 2024
1 parent c7566f3 commit a7edc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- 'visual-java/**'
- 'tests/**'
- .github/workflows/java-build.yml
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion tests/env-vars.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { RE_VISUAL_BUILD_ID, waitStatusForBuild } from "./utils/helpers";
import { execute } from "./utils/process";
import { FileHandle } from "fs/promises";

const region = 'us-west-1' as SauceRegion ;
const region = 'us-west-1' as SauceRegion;

const visualApi = getApi({
region,
Expand Down

0 comments on commit a7edc1f

Please sign in to comment.