Skip to content

Commit

Permalink
ci: improve Flox environment execution
Browse files Browse the repository at this point in the history
- Combine build and test steps into single Flox-activated shell
- Use proper command execution within Flox environment
- Fix help2man availability issue

Co-Authored-By: [email protected] <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and limeytexan committed Dec 18, 2024
1 parent b67fe0b commit 6777db5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
- name: Install Flox
uses: flox/install-flox-action@v2

- name: Build with Flox
- name: Build and Test with Flox
run: |
flox activate
make
- name: Test with Flox
run: |
flox activate
make test
flox activate -- bash -c "make && make test"

0 comments on commit 6777db5

Please sign in to comment.