Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Testing the action

Testing the action #1

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
permissions: write-all
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Appwrite CLI Polyfill
shell: bash
working-directory: ./.polyfill
run: |
chmod +x appwrite.sh
./appwrite.sh
- name: Appwrite Version
shell: bash
run: |
appwrite -v
ls