Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Fixes #28053: Generic method “File copy from rudder shared folder” produces bogus error. #1909

Fixes #28053: Generic method “File copy from rudder shared folder” produces bogus error.

Fixes #28053: Generic method “File copy from rudder shared folder” produces bogus error. #1909

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: test
runs-on: windows-latest
env:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- name: Run tests
run: cd policies\module-types\template && cargo test --locked
permissions:
contents: read
pull-requests: write