Skip to content

Commit

Permalink
Wip test in action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencheng committed Aug 4, 2024
1 parent 4ae723c commit 99b0b7c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "2024-update" ]
pull_request:
branches: [ "2024-update" ]
branches: [ "feature" ]

jobs:

Expand All @@ -18,5 +18,8 @@ jobs:
with:
go-version: '1.22'

- name: Build
- name: Show go version
run: go version

- name: Run single wip test
run: go run app/up/*.go ngo task -d ./tests/functests -t wip.yml -i dev --configdir=./tests/functests

0 comments on commit 99b0b7c

Please sign in to comment.