Skip to content

build:Testing workflows. #1

build:Testing workflows.

build:Testing workflows. #1

Workflow file for this run

name: Win64
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
raku:
strategy:
matrix:
os:
- windows-latest
raku-version:
- 'latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: |
choco install xclip
zef install --/test --deps-only .
zef install --/test App::Prove6
- name: Run Tests
run: |
raku -I. t/01-copy-to-clipboard.t
raku -I. t/02-from-clipboard.t
raku -I. t/03-synonyms.t
run: prove6 -l t

Check failure on line 35 in .github/workflows/windows.yml

View workflow run for this annotation

GitHub Actions / Win64

Invalid workflow file

The workflow is not valid. .github/workflows/windows.yml (Line: 35, Col: 9): 'run' is already defined