Update deps-test.yml #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test of dependency submission | |
on: | |
push: | |
branches: ['main'] | |
workflow_dispatch: | |
jobs: | |
submit-deps: | |
runs-on: ubuntu-latest | |
container: swift:5.9-jammy | |
steps: | |
- name: Curl curl | |
run: apt update && apt upgrade -y && apt install -y curl | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Gen deps | |
uses: vapor-community/swift-dependency-submission@main |