Skip to content

Commit

Permalink
Run also on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrl committed Nov 21, 2024
1 parent 2be09a5 commit d7f1a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ concurrency:
jobs:
build:
name: Check build & tests
runs-on: apps-ci
runs-on: [apps-ci, ubuntu-latest]
timeout-minutes: 120
steps:

- name: Remove any previous hook 🥸
run: rm -rf .git/hooks

Expand Down

0 comments on commit d7f1a60

Please sign in to comment.