Skip to content

Commit 6a3fc8e

Browse files
committed
workaround the config error exit bug
1 parent 88888f2 commit 6a3fc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
nfctl config \
8282
general.network=$(nfctl demo --echo-name --prefix 'gh-${{ github.run_id }}') \
8383
general.yes=True \
84-
general.verbose=yes
84+
general.verbose=yes || true # FIXME: sometimes config command exits with an error
8585
nfctl demo \
8686
--regions us-west-2 us-east-2 \
8787
--provider AWS

0 commit comments

Comments
 (0)