Skip to content

Commit

Permalink
Migrate from travis ci to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelJenni committed Oct 14, 2023
1 parent d17f6ec commit 22ce09c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/firebaseui-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- 'master'
- 'convert-raphaeljenni-firebaseui-angular-to-actions-20231014-094149'

concurrency:
group: "${{ github.ref }}"
Expand All @@ -19,17 +18,10 @@ jobs:
node-version: '16'
- name: checkout
uses: actions/checkout@v4.1.0
# - run: apt-get -y install g++-4.8
- run: npm ci
- run: npm run build-lib
- run: cd dist/firebaseui-angular-library
- run: npm publish
if: startsWith(github.ref, 'refs/tags/v')
env:
NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"
# strategy:
# matrix:
# CXX:
# - g++-4.8
# env:
# CXX: "${{ matrix.CXX }}"

0 comments on commit 22ce09c

Please sign in to comment.