Fix workflow name
All checks were successful
/ test (push) Successful in 1m3s

Accidentally called the test workflow "build" instead of "test" woops
This commit is contained in:
zervo 2025-02-14 17:16:49 +01:00
parent 1810edd225
commit d9a408c9c5

View file

@ -1,6 +1,6 @@
on: [push] on: [push]
jobs: jobs:
build: test:
runs-on: docker runs-on: docker
steps: steps:
# Step 1: Check out the code # Step 1: Check out the code