Skip to content

Commit

Permalink
ci: separate usages and use macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Nov 2, 2024
1 parent 5eea855 commit ba8872b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,21 @@ jobs:
bun test
run:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Run
run: |
./bin/dotsync --do
./bin/dotsync --defaults-action import --do
./bin/dotsync --defaults-action export --do
- name: Dry run
run: ./bin/dotsync

- name: Do sync
run: ./bin/dotsync --do

- name: Import defaults
run: ./bin/dotsync --defaults-action import --do

- name: Export defaults
run: ./bin/dotsync --do

0 comments on commit ba8872b

Please sign in to comment.