Skip to content

Commit

Permalink
chore: merge latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Aug 1, 2024
2 parents 3e94af7 + 0135ca6 commit ec14dfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-nix.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Action CI

on:
push:
branches:
- develop
pull_request:
branches:
- '*'
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/test-upload.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: Action CI

on:
push:
branches:
- develop
pull_request:
branches:
- '*'

jobs:
upload-log:
name: Upload to R2 - Log File
runs-on: ubuntu-latest

strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]

runs-on: ${{ matrix.os }}

steps:
- name: Checkout
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Action CI

on:
push:
branches:
- develop
pull_request:
branches:
- '*'

jobs:
build:
name: Build
test:
name: Test
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit ec14dfa

Please sign in to comment.