We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6a9c7 commit 4b210bdCopy full SHA for 4b210bd
.github/workflows/test.yaml
@@ -33,7 +33,13 @@ jobs:
33
bazelisk test //... \
34
--config=rbe-${{ matrix.erlang_version }} \
35
--test_tag_filters=-exclusive,-aws,-mixed-version-cluster \
36
+ --execution_log_binary_file=/tmp/exec.log \
37
--verbose_failures
38
+ - name: SAVE EXECUTION LOG BINARY
39
+ uses: actions/upload-artifact@v2-preview
40
+ with:
41
+ name: execution-log-binary-${{matrix.erlang_version}}.log
42
+ path: /tmp/exec.log
43
test-exclusive:
44
name: Test (Exclusive Tests)
45
runs-on: ubuntu-18.04
0 commit comments