Skip to content

Commit

Permalink
Upload screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Oct 18, 2024
1 parent 07470b8 commit 51ec1dd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
mkdir node_modules
bundle exec rspec
name: Run specs
- uses: actions/upload-artifact@v2-preview
if: always()
with:
name: screenshots
path: ./tmp/screenshots
5 changes: 5 additions & 0 deletions .github/workflows/test_census_sms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
mkdir node_modules
bundle exec rspec decidim-census_sms
name: Run specs
- uses: actions/upload-artifact@v2-preview
if: always()
with:
name: screenshots
path: ./tmp/screenshots
5 changes: 5 additions & 0 deletions .github/workflows/test_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
mkdir node_modules
bundle exec rspec decidim-stats
name: Run specs
- uses: actions/upload-artifact@v2-preview
if: always()
with:
name: screenshots
path: ./tmp/screenshots
5 changes: 5 additions & 0 deletions .github/workflows/test_valid_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
mkdir node_modules
bundle exec rspec decidim-valid_auth
name: Run specs
- uses: actions/upload-artifact@v2-preview
if: always()
with:
name: screenshots
path: ./tmp/screenshots

0 comments on commit 51ec1dd

Please sign in to comment.