Merge pull request #614 from Sysvale/feat/icon-button-primary-prop #789
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Tester ⚗️" | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 📚 Checkout | |
uses: actions/checkout@v2 | |
- name: 🟢 Node | |
uses: actions/[email protected] | |
with: | |
node-version: 16.10.0 | |
- name: 🔧 Build | |
run: | |
npm i | |
- name: 🚀 Test | |
run: npm run test |