Skip to content

Commit

Permalink
add breaks case
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Nov 8, 2024
1 parent b6440e3 commit 9768d53
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ env:
RUSTFLAGS: -Dwarnings

jobs:
breaks:
repro-bug:
runs-on: windows-latest
steps:
- name: install and update (no custom)
run: powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.2.4/axolotlsay-installer.ps1 | iex"
- name: run it
run: axolotlsay -Version
- name: update
run: axolotlsay-update --version 0.3.0
clean-new-install:
runs-on: windows-latest
steps:
- name: install and update (no custom)
Expand Down

0 comments on commit 9768d53

Please sign in to comment.