Skip to content

Commit

Permalink
ci: add separate build-sample-environments job
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 20, 2024
1 parent a910199 commit b600fcf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,22 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: verify-default-nix.sh
- name: Build .#ui_metadata_farm
if: "!contains(github.event.head_commit.message, 'noci')"
run: |
nix build .#ui_metadata_farm
build-sample-environments:
runs-on: self-hosted

steps:
- uses: actions/checkout@v4

- name: Build .#sample_environments_farm
if: "!contains(github.event.head_commit.message, 'noci')"
run: |
nix build .#sample_environments_farm
test:
name: ${{matrix.suite.name}} (${{matrix.suite.flags}})
runs-on: self-hosted
Expand Down Expand Up @@ -57,7 +68,6 @@ jobs:
- name: r
- name: ruby
- name: rust
- name: sample-environments
- name: searchers
- name: zsh
- name: spellchecker
Expand Down
17 changes: 0 additions & 17 deletions tests/app/Spec/Tests/SampleEnvironments.hs

This file was deleted.

0 comments on commit b600fcf

Please sign in to comment.