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 e84da03 commit 50cde49Copy full SHA for 50cde49
.github/workflows/e2e-ios.yml
@@ -10,11 +10,11 @@ concurrency:
10
11
env:
12
E2E_TESTS: 1 # build without transform-remove-console babel plugin
13
- DEBUG: 'lnurl* lnurl server'
+ DEBUG: "lnurl* lnurl server"
14
15
jobs:
16
e2e:
17
- runs-on: self-hosted
+ runs-on: [self-hosted, macOS]
18
19
steps:
20
- name: Checkout
0 commit comments