Skip to content

Commit

Permalink
Improve based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Nov 22, 2024
1 parent d6c255e commit 9e730c4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
name: Test Install Script
name: Test

on:
pull_request:
push:
branches: [main]

jobs:
test:
run-tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- run: make test

install-cli:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: dash -x install.sh
- run: codecrafters --version

0 comments on commit 9e730c4

Please sign in to comment.