Skip to content

Commit

Permalink
Add mise profile for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tintintti committed Sep 24, 2024
1 parent f9a3d12 commit 2e167d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

runs-on: ubuntu-latest

env:
MISE_ENV: ci

steps:
- uses: actions/checkout@v4
- name: Install tools
Expand Down
2 changes: 2 additions & 0 deletions .mise.ci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
SPRING_PROFILES_ACTIVE = 'ci'

0 comments on commit 2e167d2

Please sign in to comment.