Skip to content

chore(deps): update dependency aquaproj/aqua-registry to v4.297.0 #1932

chore(deps): update dependency aquaproj/aqua-registry to v4.297.0

chore(deps): update dependency aquaproj/aqua-registry to v4.297.0 #1932

Workflow file for this run

name: Ubuntu
on:
push:
branches:
- main
pull_request:
jobs:
test-on-ubuntu:
name: Test on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: test on ubuntu container
run: |
docker run \
--rm \
--volume "$PWD":/root/.dotfiles:ro \
--entrypoint /root/.dotfiles/test/install_test.sh \
ubuntu:latest