Skip to content

Commit 5647630

Browse files
authored
ci: move freebsd to Namespace (#168)
2 parents 9bc5232 + 385161a commit 5647630

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@ jobs:
9191
- run: nix build
9292

9393
test-x86_64-freebsd:
94-
# Doesn't work on Namespace yet, opened support ticket.
95-
# runs-on: namespace-profile-mitchellh-sm
96-
runs-on: ubuntu-latest
94+
runs-on: namespace-profile-mitchellh-sm-systemd
9795
steps:
9896
- name: Checkout code
9997
uses: actions/checkout@v4
10098

99+
# Required by Namespace
100+
- run: sudo systemctl start ssh
101+
101102
- name: test
102103
uses: vmactions/freebsd-vm@v1
103104
with:

0 commit comments

Comments
 (0)