Skip to content

build(install): print src and dst before copying #6

build(install): print src and dst before copying

build(install): print src and dst before copying #6

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get install -y fish redis-server redis-tools
- name: Test
run: |
./tests.fish