Skip to content

create test workflow to test dotfiles functionalities #5

create test workflow to test dotfiles functionalities

create test workflow to test dotfiles functionalities #5

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
# Enable manual triggering
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout the repository code
- name: Checkout repository
uses: actions/checkout@v4
# Install dotfiles
- name: Install dotfiles
env:
DOTFILES_REPO_DIR: ${{ github.workspace }}
run: |
./install.sh --deps --force
# Check dotfiles are installed
- name: Check that the dotfiles have been correctly installed
run: |
ll ~