Skip to content

Commit 2b361fe

Browse files
authored
Merge pull request #799 from integer32llc/remove-iron
2 parents a1bd71b + 85fc191 commit 2b361fe

File tree

13 files changed

+795
-1893
lines changed

13 files changed

+795
-1893
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,6 @@ jobs:
302302
killall -q ui || true
303303
chmod +x ./server/ui && ./server/ui &
304304
bundle exec rspec
305-
- name: Run tests (Axum)
306-
env:
307-
PLAYGROUND_UI_ROOT: server/build/
308-
PLAYGROUND_CORS_ENABLED: true
309-
PLAYGROUND_GITHUB_TOKEN: "${{ secrets.PLAYGROUND_GITHUB_TOKEN }}"
310-
PLAYGROUND_SERVER_AXUM: true
311-
run: |-
312-
killall -q ui || true
313-
chmod +x ./server/ui && ./server/ui &
314-
bundle exec rspec
315305
- name: Preserve screenshots
316306
if: "${{ failure() }}"
317307
uses: actions/upload-artifact@v2

ci/workflows.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -423,17 +423,6 @@ workflows:
423423
chmod +x ./server/ui && ./server/ui &
424424
bundle exec rspec
425425
426-
- name: "Run tests (Axum)"
427-
env:
428-
PLAYGROUND_UI_ROOT: server/build/
429-
PLAYGROUND_CORS_ENABLED: true
430-
PLAYGROUND_GITHUB_TOKEN: ${{ secrets.PLAYGROUND_GITHUB_TOKEN }}
431-
PLAYGROUND_SERVER_AXUM: true
432-
run: |-
433-
killall -q ui || true
434-
chmod +x ./server/ui && ./server/ui &
435-
bundle exec rspec
436-
437426
- name: "Preserve screenshots"
438427
if: ${{ failure() }}
439428
uses: actions/upload-artifact@v2

tests/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ GEM
2222
matrix (0.4.2)
2323
mini_mime (1.1.2)
2424
mini_portile2 (2.8.0)
25-
nokogiri (1.13.3)
25+
nokogiri (1.13.4)
2626
mini_portile2 (~> 2.8.0)
2727
racc (~> 1.4)
28-
public_suffix (4.0.6)
28+
public_suffix (4.0.7)
2929
racc (1.6.0)
3030
rack (2.2.3)
3131
rack-test (1.1.0)
3232
rack (>= 1.0, < 3)
33-
regexp_parser (2.2.1)
33+
regexp_parser (2.3.1)
3434
rexml (3.2.5)
3535
rspec (3.11.0)
3636
rspec-core (~> 3.11.0)

0 commit comments

Comments
 (0)