Skip to content

Commit

Permalink
Velocitas sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mml5bg committed Sep 1, 2023
1 parent 1f50eb5 commit b932b8f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/check-devcontainer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
# Copyright (c) 2022 Robert Bosch GmbH and Microsoft Corporation
# Copyright (c) 2023 Robert Bosch GmbH and Microsoft Corporation
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
Expand Down Expand Up @@ -30,14 +29,14 @@ on:


jobs:
devcontainer-check:
automated-tests:
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Build and run dev container task
- name: Build devcontainer and run automated tests
uses: devcontainers/[email protected]
with:
runCmd: ./tests/automated_tests/test.sh
runCmd: pytest tests

0 comments on commit b932b8f

Please sign in to comment.