Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 7, 2024
1 parent 1d3e832 commit 1abc090
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 1abc090

Please sign in to comment.