Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,16 +302,6 @@ jobs:
killall -q ui || true
chmod +x ./server/ui && ./server/ui &
bundle exec rspec
- name: Run tests (Axum)
env:
PLAYGROUND_UI_ROOT: server/build/
PLAYGROUND_CORS_ENABLED: true
PLAYGROUND_GITHUB_TOKEN: "${{ secrets.PLAYGROUND_GITHUB_TOKEN }}"
PLAYGROUND_SERVER_AXUM: true
run: |-
killall -q ui || true
chmod +x ./server/ui && ./server/ui &
bundle exec rspec
- name: Preserve screenshots
if: "${{ failure() }}"
uses: actions/upload-artifact@v2
Expand Down
11 changes: 0 additions & 11 deletions ci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,17 +423,6 @@ workflows:
chmod +x ./server/ui && ./server/ui &
bundle exec rspec

- name: "Run tests (Axum)"
env:
PLAYGROUND_UI_ROOT: server/build/
PLAYGROUND_CORS_ENABLED: true
PLAYGROUND_GITHUB_TOKEN: ${{ secrets.PLAYGROUND_GITHUB_TOKEN }}
PLAYGROUND_SERVER_AXUM: true
run: |-
killall -q ui || true
chmod +x ./server/ui && ./server/ui &
bundle exec rspec

- name: "Preserve screenshots"
if: ${{ failure() }}
uses: actions/upload-artifact@v2
Expand Down
6 changes: 3 additions & 3 deletions tests/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ GEM
matrix (0.4.2)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
nokogiri (1.13.3)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
public_suffix (4.0.6)
public_suffix (4.0.7)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
regexp_parser (2.2.1)
regexp_parser (2.3.1)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand Down
Loading