Skip to content

Commit 5400ee1

Browse files
authored
Update test.yml
1 parent 66d5aae commit 5400ee1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- run: yarn install
2929
- run: yarn test
30+
- run: yarn build
31+
32+
- name: Generate artifact
33+
uses: actions/upload-artifact@v2
34+
with:
35+
name: react-native-rooster-nightly
36+
path: build/*

0 commit comments

Comments
 (0)