Skip to content

Commit

Permalink
Add github action testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 31, 2024
1 parent 1d87d04 commit e9d54fd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci-pixi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: DSL logs and checks

on:
pull_request:
push:
paths:
- 'conda/envs/legacy/**'

jobs:
legacy_pixi_test:
runs-on: ubuntu-latest
name: Legacy testing Pixi
steps:
- name: Install pixi
uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
with:
locked: true
cache: false # 10Gb limit might be too low for caching
- name: Build Gazebo enviroment
run:
pixi install --locked --manifest-path conda/envs/legacy/

0 comments on commit e9d54fd

Please sign in to comment.