Skip to content

Commit

Permalink
back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier committed Nov 18, 2024
1 parent 153cd0a commit fa9c369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Ensure no tests are using Jest's 'test.only()'
if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion cmd/sysl/sysl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ func TestPbCloneVersion(t *testing.T) {
runSyslWithOutput(t, "", nil,
"protobuf",
"--mode=json",
"--clone-version=HEAD",
"--clone-version=master",
"../../tests/apps_namespaces.sysl")
}

Expand Down

0 comments on commit fa9c369

Please sign in to comment.