Add LICENSE file #113
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: Test Analytics Treemap Embedding Action | |
on: [push] | |
jobs: | |
test: | |
name: Run Analytics Treemap Embedding Action 🧪 | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true # Recommended if you intend to make multiple deployments in quick succession. | |
permissions: write-all | |
runs-on: ubuntu-latest | |
steps: | |
# To use this repository's private action, | |
# we must check out the repository | |
- name: Checkout 🛎️ | |
uses: actions/checkout@v3 | |
- name: Run Action 🚀 | |
uses: ./ # Uses the action in the root directory | |
with: | |
benchmark: true | |
# repository_path: ./testrepo | |