mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-03-23 02:19:22 +00:00
CI: Properly skip PRs
This commit is contained in:
parent
00ec43c794
commit
c43fe15964
|
@ -22,7 +22,10 @@ tasks:
|
|||
- unit: cd arikawa && go test -tags unitonly -race ./...
|
||||
- integration: |-
|
||||
sh -c '
|
||||
test -f ~/.env || exit
|
||||
test -f ~/.env || {
|
||||
echo "Skipped integration tests."
|
||||
exit 0
|
||||
}
|
||||
|
||||
cd arikawa
|
||||
go get ./...
|
||||
|
|
Loading…
Reference in a new issue