mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-06-18 17:21:55 +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 ./...
|
- unit: cd arikawa && go test -tags unitonly -race ./...
|
||||||
- integration: |-
|
- integration: |-
|
||||||
sh -c '
|
sh -c '
|
||||||
test -f ~/.env || exit
|
test -f ~/.env || {
|
||||||
|
echo "Skipped integration tests."
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
cd arikawa
|
cd arikawa
|
||||||
go get ./...
|
go get ./...
|
||||||
|
|
Loading…
Reference in a new issue