Skip to content

Remove submodules from dependabot #1606

Remove submodules from dependabot

Remove submodules from dependabot #1606

Workflow file for this run

# Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
# See the file LICENSE for licensing terms.
name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
test_relayer:
name: Unit tests
runs-on: ubuntu-22.04
steps:
- name: Checkout awm-relayer repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run Relayer Unit Tests
run: ./scripts/test.sh