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 44a64ce commit 8673f06Copy full SHA for 8673f06
.github/workflows/devcontainer-smoke-test.yml
@@ -63,7 +63,7 @@ jobs:
63
imageTag: postgresql
64
push: ${{ github.repository_owner == 'rails' && 'filter' || 'never' }}
65
refFilterForPush: refs/heads/main
66
- runCmd: bin/rails g scaffold Post && bin/rails db:migrate && bin/rails test
+ runCmd: bin/rails g scaffold Post && bin/rails db:migrate && bin/rails test && bin/rails test:system
67
68
- name: Stop all containers
69
run: docker ps -q | xargs docker stop
0 commit comments