Skip to content

Merge pull request #10 from Annopaolo/astartectl-version-can-be-changed #58

Merge pull request #10 from Annopaolo/astartectl-version-can-be-changed

Merge pull request #10 from Annopaolo/astartectl-version-can-be-changed #58

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
deploy-astarte-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Create Astarte cluster
uses: ./
- name: Test cluster functionality (register a device)
run: |
astartectl config current-context
astartectl config contexts show $(astartectl config current-context)
export DEVICE_ID=$(astartectl utils device-id generate-random)
astartectl pairing agent register -- $DEVICE_ID