diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1cece7..46d62b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,8 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: + labels: [FreeBSD] name: A job to run test in FreeBSD env: MYTOKEN : ${{ secrets.MYTOKEN }} @@ -17,16 +18,9 @@ jobs: - uses: actions/checkout@v4 - name: Test in FreeBSD id: test - uses: vmactions/freebsd-vm@v1 - with: - envs: 'MYTOKEN MYTOKEN2' - usesh: true - prepare: | - pkg install -y curl - - run: | - pwd - ls -lah - whoami - env - freebsd-version + run: | + pwd + ls -lah + whoami + env + freebsd-version