We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c24d23 commit 55960d6Copy full SHA for 55960d6
1 file changed
.github/workflows/test.yaml
@@ -100,8 +100,6 @@ jobs:
100
key: firebase_emulators
101
- name: 'Download Artifacts'
102
uses: actions/download-artifact@v2
103
- - name: Check available files/dirs
104
- run: ls -a
105
- name: Expand Artifact
106
run: |
107
chmod +x reactfire-${{ github.run_id }}/unpack.sh
@@ -111,8 +109,8 @@ jobs:
111
109
publish:
112
110
runs-on: ubuntu-latest
113
name: Publish (NPM)
114
- needs: build
115
- if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/modular-firebase' || github.event_name == 'release' }}
+ needs: test
+ if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }}
116
steps:
117
- name: Setup node
118
uses: actions/setup-node@v2-beta
0 commit comments