Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed Sep 3, 2024
1 parent 02f3e0c commit 7286d7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: List checks
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ressha=$(gh run list --commit ${{github.sha}})
echo $ressha
respr=$(gh pr checks ${{github.event.pull_request.number}})
echo $respr
- name: Create Check
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion config/auth_default_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func TestErrCannotConfigureAuth(t *testing.T) {
env.CleanupEnvironment(t)

// random comment
w := databricks.Must(databricks.NewWorkspaceClient())
_, err := w.CurrentUser.Me(context.Background())
assert.True(t, errors.Is(err, config.ErrCannotConfigureAuth))
Expand Down

0 comments on commit 7286d7d

Please sign in to comment.