Skip to content

Mattk70 is installing chirpity #36

Mattk70 is installing chirpity

Mattk70 is installing chirpity #36

name: Test Chirpity Compilation
run-name: ${{ github.actor }} is installing chirpity
on: [push]
jobs:
Test-Installation:
runs-on: windows-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.7.x
cache: 'npm'
- run: echo "🍏 Node setup status is ${{ job.status }}."
- name: Install
run: npm ci
- run: echo "Install's status is ${{ job.status }}."
- name: Build Chirpity
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run export --if-present
- name: Run headless test
uses: coactions/setup-xvfb@v1
with:
run: npm run wdio