Skip to content

Commit

Permalink
warning: this commit will be force pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jun 29, 2024
1 parent e1dccac commit 3036686
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ jobs:
run: |
. <(just prerequisites)
- name: Install Prerequisites
if: ${{ inputs.os == 'windows-latest' }}
shell: "bash"
run: |
echo "windows - Install Prerequisites"
- name: Install Prerequisites
if: ${{ inputs.os == 'macos-latest' }}
shell: "bash"
run: |
echo "macOS - Install Prerequisites"
- name: Linux - Run UI E2E tests
if: ${{ inputs.os == 'ubuntu-latest' }}
shell: "bash"
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/tests-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: "macOS Tests"
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "20 04 * * *"
push:
branches:
- master

# schedule:
# - cron: "20 04 * * *"
# push:
# branches:
# - master

jobs:

macos-e2e:
Expand Down

0 comments on commit 3036686

Please sign in to comment.