Skip to content

Commit

Permalink
Single job
Browse files Browse the repository at this point in the history
  • Loading branch information
dkastl committed Jan 27, 2020
1 parent ce1ba95 commit 4e20837
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/expo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- next

jobs:
build:
publish:
runs-on: ubuntu-latest

strategy:
Expand All @@ -29,11 +29,6 @@ jobs:
- name: Install, build and test
run: npm ci && npm test

publish:
runs-on: ubuntu-latest
needs: build

steps:
- name: Login into Expo
run: npx expo-cli login -u ${{ secrets.EXPO_USERNAME }} -p ${{ secrets.EXPO_PASSWORD }}

Expand Down

0 comments on commit 4e20837

Please sign in to comment.