.github/workflows/examples.yml in flipper-1.0.0.pre vs .github/workflows/examples.yml in flipper-1.0.0
- old
+ new
@@ -1,10 +1,10 @@
name: Examples
on: [push, pull_request]
jobs:
test:
- if: github.repository_owner == 'jnunemaker'
- name: Test on ruby ${{ matrix.ruby }} and rails ${{ matrix.rails }}
+ if: github.repository_owner == 'flippercloud'
+ name: Example on ruby ${{ matrix.ruby }} and rails ${{ matrix.rails }}
runs-on: ubuntu-latest
services:
redis:
image: redis
ports: ['6379:6379']