Skip to content

Commit

Permalink
namspacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 15, 2023
1 parent b6a5c46 commit d45ed03
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 65 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/cypress-nightly.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/cypress.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cypress-nightly:
needs: build
secrets: inherit
uses: ./.github/workflows/cypress-nightly.yaml
uses: ./.github/workflows/contract.yaml

# Extensions
jupyterlab:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: ./.github/workflows/bats.yaml
cypress:
needs: build
uses: ./.github/workflows/cypress.yaml
uses: ./.github/workflows/ui.yaml

# Extensions
jupyterlab:
Expand Down
1 change: 1 addition & 0 deletions test/cy/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ alias c := clean
alias i := install
alias t := test

# RUNNER_OS from gh actions for windows tests
export RUNNER_OS := env_var_or_default("RUNNER_OS", "local")

_ci := env_var_or_default("CI", "false")
Expand Down

0 comments on commit d45ed03

Please sign in to comment.