summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-04 05:32:32 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 09:57:12 +0100
commitfea39d8cd6c01f03b1c5c2f52486f347f34c46df (patch)
tree73d5907e77c4eede154c678a2cb78a819d74337a
parentabaebf391641da830e681c974218389a334e2767 (diff)
downloadbundler-fea39d8cd6c01f03b1c5c2f52486f347f34c46df.tar.gz
Disallow failures
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 44c8039df6..00e0fc0385 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -31,4 +31,3 @@ jobs:
- name: Run specs
run: bin/parallel_rspec spec
shell: bash
- continue-on-error: true