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
2f70b868
Commit
2f70b868
authored
Aug 10, 2022
by
neil
Browse files
add logs
parent
86dd4ea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
2f70b868
...
@@ -81,6 +81,13 @@ jobs:
...
@@ -81,6 +81,13 @@ jobs:
-
name
:
Run acmetest
-
name
:
Run acmetest
run
:
cd ../acmetest && ./rundocker.sh testall
run
:
cd ../acmetest && ./rundocker.sh testall
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
Docker-logs
path
:
logs
MacOS
:
MacOS
:
runs-on
:
macos-latest
runs-on
:
macos-latest
needs
:
Docker
needs
:
Docker
...
@@ -119,6 +126,14 @@ jobs:
...
@@ -119,6 +126,14 @@ jobs:
cd ../acmetest
cd ../acmetest
./letest.sh
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
MacOS-logs
path
:
logs
Windows
:
Windows
:
runs-on
:
windows-latest
runs-on
:
windows-latest
needs
:
MacOS
needs
:
MacOS
...
@@ -172,6 +187,12 @@ jobs:
...
@@ -172,6 +187,12 @@ jobs:
cd ../acmetest
cd ../acmetest
./letest.sh
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
Windows-logs
path
:
logs
FreeBSD
:
FreeBSD
:
runs-on
:
macos-12
runs-on
:
macos-12
needs
:
Windows
needs
:
Windows
...
@@ -213,6 +234,13 @@ jobs:
...
@@ -213,6 +234,13 @@ jobs:
cd ../acmetest
cd ../acmetest
./letest.sh
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
FreeBSD-logs
path
:
logs
Solaris
:
Solaris
:
runs-on
:
macos-12
runs-on
:
macos-12
needs
:
FreeBSD
needs
:
FreeBSD
...
@@ -255,6 +283,12 @@ jobs:
...
@@ -255,6 +283,12 @@ jobs:
cd ../acmetest
cd ../acmetest
./letest.sh
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
Solaris-logs
path
:
logs
OpenBSD
:
OpenBSD
:
runs-on
:
macos-12
runs-on
:
macos-12
...
@@ -297,6 +331,13 @@ jobs:
...
@@ -297,6 +331,13 @@ jobs:
cd ../acmetest
cd ../acmetest
./letest.sh
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
OpenBSD-logs
path
:
logs
NetBSD
:
NetBSD
:
runs-on
:
macos-12
runs-on
:
macos-12
needs
:
OpenBSD
needs
:
OpenBSD
...
@@ -338,7 +379,14 @@ jobs:
...
@@ -338,7 +379,14 @@ jobs:
fi
fi
cd ../acmetest
cd ../acmetest
./letest.sh
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
NetBSD-logs
path
:
logs
DragonFlyBSD
:
DragonFlyBSD
:
runs-on
:
macos-12
runs-on
:
macos-12
needs
:
NetBSD
needs
:
NetBSD
...
@@ -381,3 +429,13 @@ jobs:
...
@@ -381,3 +429,13 @@ jobs:
cd ../acmetest
cd ../acmetest
./letest.sh
./letest.sh
-
uses
:
actions/upload-artifact@v1
if
:
failure()
with
:
name
:
DragonFlyBSD-logs
path
:
logs
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