Skip to content

Commit

Permalink
Setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 7, 2024
1 parent 3386d2a commit c237a94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
27 changes: 3 additions & 24 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
# This workflow will do a clean install of the dependencies and run tests across different versions
#
# Replace <track> with the track name
# Replace <image-name> with an image to run the jobs on
# Replace <action to setup tooling> with a github action to setup tooling on the image
# Replace <install dependencies> with a cli command to install the dependencies
#
# Find Github Actions to setup tooling here:
# - https://github.com/actions/?q=setup&type=&language=
# - https://github.com/actions/starter-workflows/tree/main/ci
# - https://github.com/marketplace?type=actions&query=setup
#
# Requires scripts:
# - bin/test

name: <track> / Test
name: Test

on:
push:
Expand All @@ -23,17 +8,11 @@ on:

jobs:
ci:
runs-on: <image-name>
runs-on: windows-2022

steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Use <setup tooling>
uses: <action to setup tooling>

- name: Install project dependencies
run: <install dependencies>

- name: Verify all exercises
run: bin/verify-exercises
run: bin/verify-exercises.bat
35 changes: 0 additions & 35 deletions bin/verify-exercises

This file was deleted.

File renamed without changes.

0 comments on commit c237a94

Please sign in to comment.