Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
2454ac8e
Commit
2454ac8e
authored
Aug 14, 2022
by
neil
Browse files
don't upload log
parent
20f097fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
2454ac8e
...
...
@@ -84,13 +84,7 @@ jobs:
-
name
:
Run acmetest
run
:
cd ../acmetest && ./rundocker.sh testall
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
Docker-logs
path
:
|
../acmetest/**.log
../acmetest/logs
MacOS
:
...
...
@@ -133,12 +127,6 @@ jobs:
cd ../acmetest
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
MacOS-logs
path
:
|
../acmetest/**.log
...
...
@@ -197,12 +185,7 @@ jobs:
cd ../acmetest
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
Windows-logs
path
:
|
../acmetest/**.log
FreeBSD
:
runs-on
:
macos-12
...
...
@@ -247,12 +230,7 @@ jobs:
cd ../acmetest
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
FreeBSD-logs
path
:
|
../acmetest/**.log
Solaris
:
...
...
@@ -299,12 +277,7 @@ jobs:
cd ../acmetest
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
Solaris-logs
path
:
|
../acmetest/**.log
OpenBSD
:
...
...
@@ -350,12 +323,7 @@ jobs:
cd ../acmetest
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
OpenBSD-logs
path
:
|
../acmetest/**.log
NetBSD
:
...
...
@@ -402,12 +370,7 @@ jobs:
cd ../acmetest
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
NetBSD-logs
path
:
|
../acmetest/**.log
DragonFlyBSD
:
...
...
@@ -454,13 +417,6 @@ jobs:
cd ../acmetest
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
DragonFlyBSD-logs
path
:
|
../acmetest/**.log
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment