Coder Social home page Coder Social logo

Comments (6)

Odonno avatar Odonno commented on June 9, 2024 1

Well, ok, it seems that the events folder does not exist because it is not created on the Git filesystem. Will make a fix asap.

from surrealdb-migrations.

Odonno avatar Odonno commented on June 9, 2024

Hi @snarkipus

The .surrealdb configuration file is not required unless you want to put your migration project inside a nested folder. In that case, specifying the path is only possible with the configuration file. I can see you created your migration project at the root of your repository so you don't have to write a configuration.

About the failure on the CI, can you make sure you are running the cli on the root folder? (where the Cargo.toml file is)

from surrealdb-migrations.

snarkipus avatar snarkipus commented on June 9, 2024

About the failure on the CI, can you make sure you are running the cli on the root folder? (where the Cargo.toml file is)

Hey @Odonno - in CI, I'm not actually invoking the CLI. I'm just calling the crate directly in the code.

from surrealdb-migrations.

Odonno avatar Odonno commented on June 9, 2024

I made a very simple repro project using the blog template and running integration test in the GitHub Actions CI. It works without error.

I will try to look into your code but right now, I do not see what can go wrong.

from surrealdb-migrations.

Odonno avatar Odonno commented on June 9, 2024

The error Path does not directory is an error from the fs_extra crate (https://github.com/webdesus/fs_extra/blob/master/src/dir.rs#L448). So clearly, there is something wrong with the filesystem. But the question is still why?

from surrealdb-migrations.

snarkipus avatar snarkipus commented on June 9, 2024

Thanks @Odonno ! I'll report back if there's any more issues.

from surrealdb-migrations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.