From 1abc090d3cb3dbc18ebf5b2bf1e9f3b316b87832 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 7 Nov 2024 17:23:20 +0100 Subject: [PATCH] fix yaml --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0502050..c2c9fff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,12 @@ on: [push, pull_request] jobs: build: + runs-on: windows-latest + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + steps: - name: Git checkout uses: actions/checkout@v4 @@ -34,8 +37,8 @@ jobs: cli: latest bb: latest - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Run tests run: |